mirror of
https://github.com/git/git.git
synced 2024-11-23 01:46:13 +08:00
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>
This commit is contained in:
parent
be645cd268
commit
bbe92166d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user