]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Fix overridable written with an extra 'e'
authorNanako Shiraishi <nanako3@lavabit.com>
Fri, 28 Aug 2009 03:18:49 +0000 (12:18 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Aug 2009 03:41:48 +0000 (20:41 -0700)
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-gc.txt
gitweb/gitweb.perl

index b292e9843aa9da86cd44bd07d3ce35053be32177..dcac8c8e2970c23454f206321292583945ede8c5 100644 (file)
@@ -61,7 +61,7 @@ automatic consolidation of packs.
 
 --prune=<date>::
        Prune loose objects older than date (default is 2 weeks ago,
-       overrideable by the config variable `gc.pruneExpire`).  This
+       overridable by the config variable `gc.pruneExpire`).  This
        option is on by default.
 
 --no-prune::
index 33ef190ceb99565f804783ba9fe76987ad6bea89..43fa791de0691e7800e1471a6f0dfc81ce32a9dd 100755 (executable)
@@ -376,7 +376,7 @@ sub gitweb_get_feature {
                @{$feature{$name}{'default'}});
        if (!$override) { return @defaults; }
        if (!defined $sub) {
-               warn "feature $name is not overrideable";
+               warn "feature $name is not overridable";
                return @defaults;
        }
        return $sub->(@defaults);