diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-29 10:18:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-29 12:32:25 -0700 |
commit | 98e023dea40a0eca8a61c037dfc59aaf27f003a4 (patch) | |
tree | c36b17d6bc32ffdc55625c64ee61160f48ec5b5e /t/gitweb-lib.sh | |
parent | 749f763dbbe4dbcc4082f02bf98bfc1a09427c6f (diff) | |
download | git-98e023dea40a0eca8a61c037dfc59aaf27f003a4.tar.gz git-98e023dea40a0eca8a61c037dfc59aaf27f003a4.tar.xz |
many small typofixes
Signed-off-by: Ondřej Bílka <neleai@seznam.cz>
Reviewed-by: Marc Branchaud <marcnarc@xiplink.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/gitweb-lib.sh')
-rw-r--r-- | t/gitweb-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/gitweb-lib.sh b/t/gitweb-lib.sh index ae2dc4604..9e381e000 100644 --- a/t/gitweb-lib.sh +++ b/t/gitweb-lib.sh @@ -36,7 +36,7 @@ EOF # You can set the GITWEB_TEST_INSTALLED environment variable to # the gitwebdir (the directory where gitweb is installed / deployed to) - # of an existing gitweb instalation to test that installation, + # of an existing gitweb installation to test that installation, # or simply to pathname of installed gitweb script. if test -n "$GITWEB_TEST_INSTALLED" ; then if test -d $GITWEB_TEST_INSTALLED; then |