summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-09-19 18:34:24 +0000
committerJunio C Hamano <gitster@pobox.com>2024-09-19 13:46:00 -0700
commitbbe92166d42037cf9d0ef47931d343aac184489e (patch)
tree9ce5548a4616fd83c042028b0216555eb8ec9134
parentbe645cd268c2b1b9ee2e1d12ac309e696c8999e0 (diff)
git-instaweb: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xgit-instaweb.sh2
1 files changed, 1 insertions, 1 deletions
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" <<EOF
#!/usr/bin/env python