Browse code

Fixing a typo - internationalized

Assuming confusingness a few lines down is intentional ...

Change-Id: I3bd18aa32e1166bb1012ac65e83461b75be4f006

Harald Jensas authored on 2017/12/20 20:07:40
Showing 1 changed files
... ...
@@ -32,7 +32,7 @@ unset GREP_OPTIONS
32 32
 # Devstack is written in bash, and many functions used throughout
33 33
 # devstack process text coming off a command (like the ip command)
34 34
 # and do transforms using grep, sed, cut, awk on the strings that are
35
-# returned. Many of these programs are interationalized, which is
35
+# returned. Many of these programs are internationalized, which is
36 36
 # great for end users, but means that the strings that devstack
37 37
 # functions depend upon might not be there in other locales. We thus
38 38
 # need to pin the world to an english basis during the runs.