Skip to content

Commit 3aafbc6

Browse files
authored
Merge pull request #566 from nfischer/fix-man-page-typo
git-release: fix typo in documentation
2 parents e62a658 + 8dbc34a commit 3aafbc6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

man/git-release.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
\fBgit\-release\fR <tagname> [\-r <remote>] [\-m <commit info%gt;] [\-c]
1111
.
1212
.SH "DESCRIPTION"
13-
Commits changes with message "Release <tagname>" or custom commit infomation, tags with the given <tagname> and pushes the branch / tags\. Optionally it generates a changelog (see git\-changelog) and a remote can be defined\. The order of first \-c or \-r does not matter\.
13+
Commits changes with message "Release <tagname>" or custom commit information, tags with the given <tagname> and pushes the branch / tags\. Optionally it generates a changelog (see git\-changelog) and a remote can be defined\. The order of first \-c or \-r does not matter\.
1414
.
1515
.SH "OPTIONS"
1616
<tagname>
@@ -28,7 +28,7 @@ The "remote" repository that is destination of a push operation: it is passed to
2828
\-m <commit info>
2929
.
3030
.P
31-
use the custom commit infomation instead of the default message "Release <tagname>" \.
31+
use the custom commit information instead of the default message "Release <tagname>" \.
3232
.
3333
.P
3434
\-c

man/git-release.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/git-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git-release(1) -- Commit, tag and push changes to the repository
77

88
## DESCRIPTION
99

10-
Commits changes with message "Release &lt;tagname&gt;" or custom commit infomation, tags with the given &lt;tagname&gt; and pushes the branch / tags.
10+
Commits changes with message "Release &lt;tagname&gt;" or custom commit information, tags with the given &lt;tagname&gt; and pushes the branch / tags.
1111
Optionally it generates a changelog (see git-changelog) and a remote can be defined. The order of first -c or -r does not matter.
1212

1313
## OPTIONS
@@ -22,7 +22,7 @@ git-release(1) -- Commit, tag and push changes to the repository
2222

2323
-m &lt;commit info&gt;
2424

25-
use the custom commit infomation instead of the default message "Release &lt;tagname&gt;" .
25+
use the custom commit information instead of the default message "Release &lt;tagname&gt;" .
2626

2727
-c
2828

0 commit comments

Comments
 (0)