Change-Id: Ie13f1ae7fb5a46bb654aa3ab526933107c485b0b
| ... | ... |
@@ -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 |