Change several python and robot files to 110 chars
Taking advantage of current team limit of 110 chars.
Change-Id: If7ab51fe894889967b8c8bb2f2fa4664f01117d5
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
diff --git a/templates/bash_simple_template b/templates/bash_simple_template
index 9606209..48ba2e6 100755
--- a/templates/bash_simple_template
+++ b/templates/bash_simple_template
@@ -1,11 +1,11 @@
#!/bin/bash
# Template to start a simple bash program. This is designed only for the
-# simplest of programs where all program parameters are positional, there is no
+# simplest of programs where all program paramters are positional, there is no
# help text, etc.
# Description of argument(s):
-# parm1 Bla, bla, bla (e.g. "example data").
+# parm1 Bla, bla, bla (e.g. "example data").
function get_parms {