Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos #1690

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions git-p4.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
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
Expand Down Expand Up @@ -1804,7 +1804,7 @@ def __init__(self):
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
Expand Down