Skip to content

Commit 4e2c4c0

Browse files
infrastationgitster
authored andcommitted
gitweb: fix a couple spelling errors in comments
Signed-off-by: Denis Ovsienko <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 53a06cf commit 4e2c4c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitweb/gitweb.perl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ sub evaluate_gitweb_config {
741741
$GITWEB_CONFIG_SYSTEM = "" if ($GITWEB_CONFIG_SYSTEM eq $GITWEB_CONFIG_COMMON);
742742

743743
# Common system-wide settings for convenience.
744-
# Those settings can be ovverriden by GITWEB_CONFIG or GITWEB_CONFIG_SYSTEM.
744+
# Those settings can be overridden by GITWEB_CONFIG or GITWEB_CONFIG_SYSTEM.
745745
read_config_file($GITWEB_CONFIG_COMMON);
746746

747747
# Use first config file that exists. This means use the per-instance
@@ -5283,7 +5283,7 @@ sub format_ctx_rem_add_lines {
52835283
# + c
52845284
# + d
52855285
#
5286-
# Otherwise the highlightling would be confusing.
5286+
# Otherwise the highlighting would be confusing.
52875287
if ($is_combined) {
52885288
for (my $i = 0; $i < @$add; $i++) {
52895289
my $prefix_rem = substr($rem->[$i], 0, $num_parents);

0 commit comments

Comments
 (0)