diff options
Diffstat (limited to 'third_party/git/contrib/mw-to-git/t/test-gitmw-lib.sh')
-rwxr-xr-x | third_party/git/contrib/mw-to-git/t/test-gitmw-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/contrib/mw-to-git/t/test-gitmw-lib.sh b/third_party/git/contrib/mw-to-git/t/test-gitmw-lib.sh index 3948a0028283..6546294f159e 100755 --- a/third_party/git/contrib/mw-to-git/t/test-gitmw-lib.sh +++ b/third_party/git/contrib/mw-to-git/t/test-gitmw-lib.sh @@ -279,7 +279,7 @@ start_lighttpd () { "$LIGHTTPD_DIR"/lighttpd -f "$WEB"/lighttpd.conf if test $? -ne 0 ; then - echo "Could not execute http daemon lighttpd" + echo "Could not execute http deamon lighttpd" exit 1 fi } |