Git fork

git-p4: fix typos

Fix typos 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
086ba2eb bbe92166

+2 -2
+2 -2
git-p4.py
··· 54 54 import zipfile 55 55 import zlib 56 56 57 - # On python2.7 where raw_input() and input() are both availble, 57 + # On python2.7 where raw_input() and input() are both available, 58 58 # we want raw_input's semantics, but aliased to input for python3 59 59 # compatibility 60 60 # support basestring in python3 ··· 1804 1804 status from the script will abort the process. 1805 1805 1806 1806 The purpose of the hook is to edit the message file in place, and it is not 1807 - supressed by the `--no-verify` option. This hook is called even if 1807 + suppressed by the `--no-verify` option. This hook is called even if 1808 1808 `--prepare-p4-only` is set. 1809 1809 1810 1810 The `p4-changelist` hook is executed after the changelist message has been