]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: fix a couple spelling errors in comments
authorDenis Ovsienko <redacted>
Sat, 4 Jan 2020 17:39:26 +0000 (18:39 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:33 +0000 (00:51 -0400)
Signed-off-by: Denis Ovsienko <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl

index d1264baed2992ddb9319d6069c55a45b208de60c92a8643ae919a529cb7af668..2e0de7e530e6424a09cf0effae37a7cd0b73c6d80c64c7188279446edef29867 100755 (executable)
@@ -742,7 +742,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
@@ -5286,7 +5286,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);
This page took 0.363149 seconds and 4 git commands to generate.