man page spelling fixes from Hiltjo Posthuma
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
diff --git a/got/git-repository.5 b/got/git-repository.5
index 4085020..677dc06 100644
--- a/got/git-repository.5
+++ b/got/git-repository.5
@@ -204,6 +204,6 @@ The particular set of disallowed characters in reference names is a
consequence of design choices made for the command-line interface of
.Xr git 1 .
The same characters are disallowed by Got for compatibility purposes.
-Got additionaly prevents users from creating reference names with
+Got additionally prevents users from creating reference names with
a leading - (dash) character, because this is rarely intended and
not considered useful.
diff --git a/got/got.1 b/got/got.1
index 73aea3c..3caa70a 100644
--- a/got/got.1
+++ b/got/got.1
@@ -50,7 +50,7 @@ The on-disk format of this work tree is described in
.Pp
.Nm
provides global and command-specific options.
-Global options must preceed the command name, and are as follows:
+Global options must precede the command name, and are as follows:
.Bl -tag -width tenletters
.It Fl h
Display usage information and exit immediately.
@@ -204,7 +204,7 @@ option.
cannot update paths with staged changes.
If changes have been staged with
.Cm got stage ,
-these changes must first be comitted with
+these changes must first be committed with
.Cm got commit
or unstaged with
.Cm got unstage .
@@ -538,7 +538,7 @@ Perform the operation even if a file contains uncommitted modifications.
Short alias for
.Cm remove .
.It Cm revert Oo Fl p Oc Oo Fl F Ar response-script Oc Oo Fl R Oc Ar path ...
-Revert any uncommited changes in files at the specified paths.
+Revert any uncommitted changes in files at the specified paths.
File contents will be overwritten with those contained in the
work tree's base commit.
There is no way to bring discarded changes back after
@@ -679,7 +679,7 @@ may be viewed with
.Cm got diff ,
amended manually or with further
.Cm got cherrypick
-comands,
+commands,
committed with
.Cm got commit ,
or discarded again with
@@ -722,7 +722,7 @@ which may be viewed with
.Cm got diff ,
amended manually or with further
.Cm got backout
-comands,
+commands,
committed with
.Cm got commit ,
or discarded again with
@@ -745,7 +745,7 @@ onto the tip of the current branch of the work tree.
The
.Ar branch
must share common ancestry with the work tree's current branch.
-Rebasing begins with the first descendent commit of the youngest
+Rebasing begins with the first descendant commit of the youngest
common ancestor commit shared by the specified
.Ar branch
and the work tree's current branch, and stops once the tip commit
@@ -793,7 +793,7 @@ to a single base commit with
.Cm got update .
If changes have been staged with
.Cm got stage ,
-these changes must first be comitted with
+these changes must first be committed with
.Cm got commit
or unstaged with
.Cm got unstage .
@@ -899,7 +899,7 @@ to a single base commit with
.Cm got update .
If changes have been staged with
.Cm got stage ,
-these changes must first be comitted with
+these changes must first be committed with
.Cm got commit
or unstaged with
.Cm got unstage .
@@ -1304,7 +1304,7 @@ repository with
.Sh AUTHORS
.An Stefan Sperling Aq Mt stsp@openbsd.org
.An Martin Pieuchot Aq Mt mpi@openbsd.org
-.An joshua stein Aq Mt jcs@openbsd.org
+.An Joshua Stein Aq Mt jcs@openbsd.org
.Sh CAVEATS
.Nm
is a work-in-progress and many commands remain to be implemented.
diff --git a/tog/tog.1 b/tog/tog.1
index a7499ae..46ebc3a 100644
--- a/tog/tog.1
+++ b/tog/tog.1
@@ -303,4 +303,4 @@ automatically, provided the abbreviation is unique.
.Xr re_format 7
.Sh AUTHORS
.An Stefan Sperling Aq Mt stsp@openbsd.org
-.An joshua stein Aq Mt jcs@openbsd.org
+.An Joshua Stein Aq Mt jcs@openbsd.org