aboutsummaryrefslogtreecommitdiffstats
path: root/git-p4.py
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-09-19 18:34:25 +0000
committerJunio C Hamano <gitster@pobox.com>2024-09-19 13:46:00 -0700
commit086ba2eb3f84936ced3d209d02fe0dbac02dfcc1 (patch)
treea1b9d8641d183408f61be42c63f4dafcf1b844d4 /git-p4.py
parentbbe92166d42037cf9d0ef47931d343aac184489e (diff)
downloadgit-086ba2eb3f84936ced3d209d02fe0dbac02dfcc1.tar.gz
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>
Diffstat (limited to 'git-p4.py')
-rwxr-xr-xgit-p4.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-p4.py b/git-p4.py
index f1ab31d540..c0ca7becaf 100755
--- a/git-p4.py
+++ b/git-p4.py
@@ -54,7 +54,7 @@ import time
import zipfile
import zlib
-# On python2.7 where raw_input() and input() are both availble,
+# On python2.7 where raw_input() and input() are both available,
# we want raw_input's semantics, but aliased to input for python3
# compatibility
# support basestring in python3
@@ -1804,7 +1804,7 @@ class P4Submit(Command, P4UserMap):
status from the script will abort the process.
The purpose of the hook is to edit the message file in place, and it is not
- supressed by the `--no-verify` option. This hook is called even if
+ suppressed by the `--no-verify` option. This hook is called even if
`--prepare-p4-only` is set.
The `p4-changelist` hook is executed after the changelist message has been