File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 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 {
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 );
You can’t perform that action at this time.
0 commit comments