Git fork

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>

authored by

Andrew Kreimer and committed by
Junio C Hamano
bbe92166 be645cd2

+1 -1
+1 -1
git-instaweb.sh
··· 612 612 ln -sf "$root/static" "$fqgitdir/gitweb/$httpd_only/" 613 613 614 614 # 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 616 616 # This script is Python 2 and 3 compatible 617 617 cat > "$fqgitdir/gitweb/gitweb.py" <<EOF 618 618 #!/usr/bin/env python