Browse code

Fix typo in devstack/stack.sh

Change-Id: Ie13f1ae7fb5a46bb654aa3ab526933107c485b0b

Mitsuhiro SHIGEMATSU authored on 2015/03/21 06:59:05
Showing 1 changed files
... ...
@@ -23,7 +23,7 @@
23 23
 
24 24
 # check if someone has invoked with "sh"
25 25
 if [[ "${POSIXLY_CORRECT}" == "y" ]]; then
26
-    echo "You appear to be running bash in POSIX compatability mode."
26
+    echo "You appear to be running bash in POSIX compatibility mode."
27 27
     echo "devstack uses bash features. \"./stack.sh\" should do the right thing"
28 28
     exit 1
29 29
 fi