Skip to content

Commit c5dc206

Browse files
committed
Merge branch 'do/gitweb-typofix-in-comments'
Typofix. * do/gitweb-typofix-in-comments: gitweb: fix a couple spelling errors in comments
2 parents fe47c9c + 4e2c4c0 commit c5dc206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitweb/gitweb.perl

+2-2
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
@@ -5285,7 +5285,7 @@ sub format_ctx_rem_add_lines {
52855285
# + c
52865286
# + d
52875287
#
5288-
# Otherwise the highlightling would be confusing.
5288+
# Otherwise the highlighting would be confusing.
52895289
if ($is_combined) {
52905290
for (my $i = 0; $i < @$add; $i++) {
52915291
my $prefix_rem = substr($rem->[$i], 0, $num_parents);

0 commit comments

Comments
 (0)