Skip to content

Commit 48716a2

Browse files
Michael J Grubergitster
authored andcommitted
Documentation: fix a few typos in git-notes.txt
Signed-off-by: Michael J Gruber <[email protected]> Acked-by: Johan Herland <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c88f0cc commit 48716a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-notes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ list::
4646

4747
add::
4848
Add notes for a given object (defaults to HEAD). Abort if the
49-
object already has notes, abort. (use `-f` to overwrite an
49+
object already has notes (use `-f` to overwrite an
5050
existing note).
5151

5252
copy::
5353
Copy the notes for the first object onto the second object.
5454
Abort if the second object already has notes, or if the first
55-
objects has none. (use -f to overwrite existing notes to the
55+
object has none (use -f to overwrite existing notes to the
5656
second object). This subcommand is equivalent to:
5757
`git notes add [-f] -C $(git notes list <from-object>) <to-object>`
5858

0 commit comments

Comments
 (0)