Skip to content

Commit bbe9216

Browse files
algonellgitster
authored andcommitted
git-instaweb: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent be645cd commit bbe9216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-instaweb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ python_conf() {
612612
ln -sf "$root/static" "$fqgitdir/gitweb/$httpd_only/"
613613

614614
# generate a standalone 'python http.server' script in $fqgitdir/gitweb
615-
# This asumes that python is in user's $PATH
615+
# This assumes that python is in user's $PATH
616616
# This script is Python 2 and 3 compatible
617617
cat > "$fqgitdir/gitweb/gitweb.py" <<EOF
618618
#!/usr/bin/env python

0 commit comments

Comments
 (0)