From: Andrew Kreimer Date: Thu, 19 Sep 2024 18:34:24 +0000 (+0000) Subject: git-instaweb: fix a typo X-Git-Tag: v2.47.0-rc0~10^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbe92166d42037cf9d0ef47931d343aac184489e;p=thirdparty%2Fgit.git git-instaweb: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- diff --git a/git-instaweb.sh b/git-instaweb.sh index 994431c887..8dbe21d588 100755 --- a/git-instaweb.sh +++ b/git-instaweb.sh @@ -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" <