Commit 1a1191eb authored by Stephen Spann's avatar Stephen Spann

typo in run_djinni.sh script error message

parent 0521e806
......@@ -34,7 +34,7 @@ if [ $# -eq 0 ]; then
elif [ $# -eq 1 ]; then
command="$1"; shift
if [ "$command" != "clean" ]; then
echo "Unexpected arguemnt: \"$command\"." 1>&2
echo "Unexpected argument: \"$command\"." 1>&2
exit 1
fi
for dir in "$temp_out" "$cpp_out" "$jni_out" "$java_out"; do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment