Skip to content

Commit

Permalink
Fix overridable written with an extra 'e'
Browse files Browse the repository at this point in the history
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Nanako Shiraishi authored and Junio C Hamano committed Aug 28, 2009
1 parent 891182f commit 9319789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-gc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
2 changes: 1 addition & 1 deletion gitweb/gitweb.perl
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9319789

Please sign in to comment.