Skip to content

Commit 086ba2e

Browse files
algonellgitster
authored andcommitted
git-p4: fix typos
Fix typos in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent bbe9216 commit 086ba2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-p4.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
import zipfile
5555
import zlib
5656

57-
# On python2.7 where raw_input() and input() are both availble,
57+
# On python2.7 where raw_input() and input() are both available,
5858
# we want raw_input's semantics, but aliased to input for python3
5959
# compatibility
6060
# support basestring in python3
@@ -1804,7 +1804,7 @@ def __init__(self):
18041804
status from the script will abort the process.
18051805
18061806
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
18081808
`--prepare-p4-only` is set.
18091809
18101810
The `p4-changelist` hook is executed after the changelist message has been

0 commit comments

Comments
 (0)