From: Abhijit Menon-Sen Date: Tue, 5 Aug 2008 02:06:16 +0000 (+0530) Subject: Fix typo in perl/Git.pm X-Git-Tag: v1.6.0-rc2~23 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9751a32a6b964df11f736f3526bf5453e6b5bc85?hp=--cc Fix typo in perl/Git.pm Signed-off-by: Abhijit Menon-Sen Signed-off-by: Junio C Hamano --- 9751a32a6b964df11f736f3526bf5453e6b5bc85 diff --git a/perl/Git.pm b/perl/Git.pm index 3b6707b051..e1ca5b4a22 100644 --- a/perl/Git.pm +++ b/perl/Git.pm @@ -90,7 +90,7 @@ =head1 DESCRIPTION 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