Skip to content

Commit 9319789

Browse files
Nanako Shiraishigitster
authored andcommitted
Fix overridable written with an extra 'e'
Signed-off-by: Nanako Shiraishi <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 891182f commit 9319789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-gc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ automatic consolidation of packs.
6161

6262
--prune=<date>::
6363
Prune loose objects older than date (default is 2 weeks ago,
64-
overrideable by the config variable `gc.pruneExpire`). This
64+
overridable by the config variable `gc.pruneExpire`). This
6565
option is on by default.
6666

6767
--no-prune::

gitweb/gitweb.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ sub gitweb_get_feature {
376376
@{$feature{$name}{'default'}});
377377
if (!$override) { return @defaults; }
378378
if (!defined $sub) {
379-
warn "feature $name is not overrideable";
379+
warn "feature $name is not overridable";
380380
return @defaults;
381381
}
382382
return $sub->(@defaults);

0 commit comments

Comments
 (0)