From 7a82ced99fa0827e47cd9cb554acc3f134f65cc1 Mon Sep 17 00:00:00 2001 From: Will Webb Date: Thu, 31 Mar 2016 18:41:37 +0100 Subject: [PATCH] Update fucking_coffee.psm1 Corrected spelling in synopsis. --- powershell/fucking_coffee.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powershell/fucking_coffee.psm1 b/powershell/fucking_coffee.psm1 index 55b1289..980eb62 100644 --- a/powershell/fucking_coffee.psm1 +++ b/powershell/fucking_coffee.psm1 @@ -1,7 +1,7 @@ <# .SYNOPSIS Simple script to connect to a coffee part using TelNet then issue specific commands that - brew and pourt a cup of coffee for the user. + brew and pour a cup of coffee for the user. .DESCRIPTION This script was converted using the ruby version of the fucking_coffee script. In this script, I left the use of environment variables since its only use was to determine if the user was @@ -59,4 +59,4 @@ Function Send-TelNetCommands $writer.WriteLine($command) $writer.Flush() Start-Sleep -Milliseconds $WaitTime -} \ No newline at end of file +}