Browse code

Merge "Fixing a typo - internationalized"

Zuul authored on 2018/03/09 22:20:51
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.