gitweb: fix a couple spelling errors in comments
authorDenis Ovsienko <redacted>
Sat, 4 Jan 2020 17:39:26 +0000 (18:39 +0100)
committerJunio C Hamano <redacted>
Sat, 4 Jan 2020 23:09:33 +0000 (15:09 -0800)
Signed-off-by: Denis Ovsienko <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb/gitweb.perl

index 7fef19fe591c2dd077ec4688f20e3c7bec521f13..459c3c04db13f0687807629ed4c535a419567c02 100755 (executable)
@@ -741,7 +741,7 @@ sub evaluate_gitweb_config {
        $GITWEB_CONFIG_SYSTEM = "" if ($GITWEB_CONFIG_SYSTEM eq $GITWEB_CONFIG_COMMON);
 
        # Common system-wide settings for convenience.
-       # Those settings can be ovverriden by GITWEB_CONFIG or GITWEB_CONFIG_SYSTEM.
+       # Those settings can be overridden by GITWEB_CONFIG or GITWEB_CONFIG_SYSTEM.
        read_config_file($GITWEB_CONFIG_COMMON);
 
        # Use first config file that exists.  This means use the per-instance
@@ -5283,7 +5283,7 @@ sub format_ctx_rem_add_lines {
                #    + c
                #   +  d
                #
-               # Otherwise the highlightling would be confusing.
+               # Otherwise the highlighting would be confusing.
                if ($is_combined) {
                        for (my $i = 0; $i < @$add; $i++) {
                                my $prefix_rem = substr($rem->[$i], 0, $num_parents);
git clone https://git.99rst.org/PROJECT