]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: fixing two trivial typos in Documentation/
authorMarlon Rac Cambasis <marlonrc08@gmail.com>
Thu, 5 Nov 2020 20:48:14 +0000 (12:48 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Nov 2020 20:52:50 +0000 (12:52 -0800)
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>
Documentation/config.txt
Documentation/git-p4.txt
Documentation/githooks.txt
git-p4.py

index bf706b950e6615b955fa481853bfbe5b84d2486c..a3cdeaaa147fba4608645973ef4d2ad7b0de1b09 100644 (file)
@@ -265,7 +265,7 @@ color::
 The basic colors accepted are `normal`, `black`, `red`, `green`, `yellow`,
 `blue`, `magenta`, `cyan` and `white`.  The first color given is the
 foreground; the second is the background.  All the basic colors except
-`normal` have a bright variant that can be speficied by prefixing the
+`normal` have a bright variant that can be specified by prefixing the
 color with `bright`, like `brightred`.
 +
 Colors may also be given as numbers between 0 and 255; these use ANSI
index dab9609013fd5c4fb1947bc5f8cd9cd4e2b5063c..ec233ac0c1c1568a5516aa3bfe6a9c1fc4dcc0e4 100644 (file)
@@ -417,7 +417,7 @@ p4-post-changelist
 ~~~~~~~~~~~~~~~~~~
 
 The `p4-post-changelist` hook is invoked after the submit has
-successfully occured in P4. It takes no parameters and is meant
+successfully occurred in P4. It takes no parameters and is meant
 primarily for notification and cannot affect the outcome of the
 git p4 submit action.
 
index 6e461ace6e6434789cee58fb95542e4fc1653d78..2bcf9b539f0fd26c223e435cc1548eecfa3374eb 100644 (file)
@@ -655,7 +655,7 @@ p4-post-changelist
 This hook is invoked by `git-p4 submit`.
 
 The `p4-post-changelist` hook is invoked after the submit has
-successfully occured in P4. It takes no parameters and is meant
+successfully occurred in P4. It takes no parameters and is meant
 primarily for notification and cannot affect the outcome of the
 git p4 submit action.
 
index 4433ca53de7eff82c29a191019f1b6477f53f3bb..8af92a5a96aa8cb13940cd017bf015342b6bb9cd 100755 (executable)
--- 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.
     """