Merge "Fixing a typo - internationalized"
This commit is contained in:
commit
b3ce23a83b
2
stack.sh
2
stack.sh
@ -32,7 +32,7 @@ unset GREP_OPTIONS
|
|||||||
# Devstack is written in bash, and many functions used throughout
|
# Devstack is written in bash, and many functions used throughout
|
||||||
# devstack process text coming off a command (like the ip command)
|
# devstack process text coming off a command (like the ip command)
|
||||||
# and do transforms using grep, sed, cut, awk on the strings that are
|
# and do transforms using grep, sed, cut, awk on the strings that are
|
||||||
# returned. Many of these programs are interationalized, which is
|
# returned. Many of these programs are internationalized, which is
|
||||||
# great for end users, but means that the strings that devstack
|
# great for end users, but means that the strings that devstack
|
||||||
# functions depend upon might not be there in other locales. We thus
|
# functions depend upon might not be there in other locales. We thus
|
||||||
# need to pin the world to an english basis during the runs.
|
# need to pin the world to an english basis during the runs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user