File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -741,7 +741,7 @@ sub evaluate_gitweb_config {
741
741
$GITWEB_CONFIG_SYSTEM = " " if ($GITWEB_CONFIG_SYSTEM eq $GITWEB_CONFIG_COMMON );
742
742
743
743
# 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.
745
745
read_config_file($GITWEB_CONFIG_COMMON );
746
746
747
747
# Use first config file that exists. This means use the per-instance
@@ -5285,7 +5285,7 @@ sub format_ctx_rem_add_lines {
5285
5285
# + c
5286
5286
# + d
5287
5287
#
5288
- # Otherwise the highlightling would be confusing.
5288
+ # Otherwise the highlighting would be confusing.
5289
5289
if ($is_combined ) {
5290
5290
for (my $i = 0; $i < @$add ; $i ++) {
5291
5291
my $prefix_rem = substr ($rem -> [$i ], 0, $num_parents );
You can’t perform that action at this time.
0 commit comments