Typo in comment
authorAlejandro Guirao <lekumberri@gmail.com>
Thu, 28 May 2015 08:22:38 +0000 (10:22 +0200)
committerAlejandro Guirao <lekumberri@gmail.com>
Thu, 28 May 2015 08:22:38 +0000 (10:22 +0200)
ch10/playbooks/library/can_reach_bash

index c95a07c..0e3fec2 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # WANT_JSON
 
-# Read the variables form the file
+# Read the variables from the file
 host=`jq -r .host < $1`
 port=`jq -r .port < $1`
 timeout=`jq -r .timeout < $1`