X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/e2b12496b78458220c8360324657421a0061fc42..a9d090f4c4b4f68f08f435955dba6f2dbf1d28ee:/t/test-lib.sh diff --git a/t/test-lib.sh b/t/test-lib.sh index b44a590..3274b84 100755 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -164,7 +164,7 @@ test_create_repo () { mv .git/hooks .git/hooks-disabled echo "empty start" | git-commit-tree `git-write-tree` >.git/refs/heads/master 2>&4 || - error "cannot run git-commit -- is your git-core funtionning?" + error "cannot run git-commit -- is your git-core functioning?" cd "$owd" }