summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLucas Palm <lapalm@us.ibm.com>2015-10-29 16:18:49 -0500
committerLucas Palm <lapalm@us.ibm.com>2015-10-29 16:18:49 -0500
commit642aa9a351436513502b76a705f9a3034e41b357 (patch)
treeaa91ff57fffda02b92b85a7c81e5edd32ec75c39 /tools
parentc7b4ca3600addd5aa51435c21c0cbc6de7957b5b (diff)
downloadhorizon-642aa9a351436513502b76a705f9a3034e41b357.tar.gz
Corrected spelling errors throughout the project
While browsing through the Horizon repository, I came across a few spelling errors that need correction. Change-Id: I593e9f04ea5d9f3985a14fb994b745243468387a Closes-Bug: #1511532
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pseudo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pseudo.py b/tools/pseudo.py
index b2d717406..fbb14cb76 100755
--- a/tools/pseudo.py
+++ b/tools/pseudo.py
@@ -28,7 +28,7 @@ def translate(segment):
if segment.startswith('\n'):
prefix = u"\n"
orig_size = len(segment)
- # Add extra expansion space based on recommenation from
+ # Add extra expansion space based on recommendation from
# http://www-01.ibm.com/software/globalization/guidelines/a3.html
if orig_size < 20:
multiplier = 1