]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-instaweb: fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Thu, 19 Sep 2024 18:34:24 +0000 (18:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Sep 2024 20:46:00 +0000 (13:46 -0700)
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-instaweb.sh

index 994431c887277410e50b8a592febf3a1e855469a..8dbe21d5887595352bc0159ea9befdf296b8105f 100755 (executable)
@@ -612,7 +612,7 @@ python_conf() {
        ln -sf "$root/static" "$fqgitdir/gitweb/$httpd_only/"
 
        # generate a standalone 'python http.server' script in $fqgitdir/gitweb
-       # This asumes that python is in user's $PATH
+       # This assumes that python is in user's $PATH
        # This script is Python 2 and 3 compatible
        cat > "$fqgitdir/gitweb/gitweb.py" <<EOF
 #!/usr/bin/env python