summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@toroid.org>2008-08-05 02:06:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-08-05 04:51:53 (GMT)
commit9751a32a6b964df11f736f3526bf5453e6b5bc85 (patch)
treefdf65d6f4699618384eab0c2972d444563eb1f86 /perl
parent452d36b1f33e10a9492eb2adad357108b26ea381 (diff)
downloadgit-9751a32a6b964df11f736f3526bf5453e6b5bc85.zip
git-9751a32a6b964df11f736f3526bf5453e6b5bc85.tar.gz
git-9751a32a6b964df11f736f3526bf5453e6b5bc85.tar.bz2
Fix typo in perl/Git.pm
Signed-off-by: Abhijit Menon-Sen <ams@toroid.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/Git.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Git.pm b/perl/Git.pm
index 3b6707b..e1ca5b4 100644
--- a/perl/Git.pm
+++ b/perl/Git.pm
@@ -90,7 +90,7 @@ TODO: In the future, we might also do
Currently, the module merely wraps calls to external Git tools. In the future,
it will provide a much faster way to interact with Git by linking directly
to libgit. This should be completely opaque to the user, though (performance
-increate nonwithstanding).
+increase notwithstanding).
=cut