Browse code

Merge "Fix typo in devstack/stack.sh"

Jenkins authored on 2015/03/23 11:07:54
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