summaryrefslogtreecommitdiff
path: root/git-p4.py
diff options
context:
space:
mode:
authorMarlon Rac Cambasis <marlonrc08@gmail.com>2020-11-05 20:48:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-11-05 20:52:50 (GMT)
commitb7e20b43733b81474b3b50a63cabe647538b010f (patch)
tree37e7e2f23c7b09e0ee8ce081feb95e4daa778c3f /git-p4.py
parent898f80736c75878acc02dc55672317fcc0e0a5a6 (diff)
downloadgit-b7e20b43733b81474b3b50a63cabe647538b010f.zip
git-b7e20b43733b81474b3b50a63cabe647538b010f.tar.gz
git-b7e20b43733b81474b3b50a63cabe647538b010f.tar.bz2
doc: fixing two trivial typos in Documentation/
Fix misspelled "specified" and "occurred" in documentation and comments. Signed-off-by: Marlon Rac Cambasis <marlonrc08@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-p4.py')
-rwxr-xr-xgit-p4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-p4.py b/git-p4.py
index 4433ca5..8af92a5 100755
--- a/git-p4.py
+++ b/git-p4.py
@@ -1668,7 +1668,7 @@ class P4Submit(Command, P4UserMap):
Submit after inspect the message file.
The `p4-post-changelist` hook is invoked after the submit has successfully
- occured in P4. It takes no parameters and is meant primarily for notification
+ occurred in P4. It takes no parameters and is meant primarily for notification
and cannot affect the outcome of the git p4 submit action.
"""