File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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,7 +1804,7 @@ def __init__(self):
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
You can’t perform that action at this time.
0 commit comments