commit | f71f6cb21374a83e487653cd567ba3fc406e03ec | [log] [tgz] |
---|---|---|
author | Pankaj Berde <pankaj@onlab.us> | Thu Jun 27 18:30:53 2013 -0700 |
committer | Pankaj Berde <pankaj@onlab.us> | Thu Jun 27 18:30:53 2013 -0700 |
tree | f4c292d079fbaeb57c8639afa3456867207f160f | |
parent | 6f92f48455a90e407deac71e98639286237a81de [diff] [blame] |
Typo
diff --git a/start-onos.sh b/start-onos.sh index f140c84..b3bccba 100755 --- a/start-onos.sh +++ b/start-onos.sh
@@ -124,7 +124,7 @@ for p in ${pids}; do if [ x$p != "x" ]; then kill -KILL $p - echo "Killed existing prosess (pid: $p)" + echo "Killed existing process (pid: $p)" fi done }