small man page spelling fixes
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
diff --git a/got/got.1 b/got/got.1
index aa096ed..d04a930 100644
--- a/got/got.1
+++ b/got/got.1
@@ -1522,7 +1522,7 @@ Raise an error if the specified
.Ar tag
already exists in the remote repository, unless the
.Fl f
-option is used to overwrite the sever's copy of the tag.
+option is used to overwrite the server's copy of the tag.
In general, creating a new tag with a different name is recommended
instead of overwriting an existing tag.
.Pp
@@ -2343,7 +2343,7 @@ attempts to reject
.Ev GOT_AUTHOR
environment variables with a missing email address.
.Pp
-.Ev GOT_AUTHOR will be overriden by configuration settings in
+.Ev GOT_AUTHOR will be overridden by configuration settings in
.Xr got.conf 5
or by Git's
.Dv user.name
diff --git a/tog/tog.1 b/tog/tog.1
index 4296b08..e22d907 100644
--- a/tog/tog.1
+++ b/tog/tog.1
@@ -469,7 +469,7 @@ The colors available in color schemes are
.Dq green ,
.Dq yellow ,
.Dq blue ,
-.Dq megenta ,
+.Dq magenta ,
.Dq cyan ,
and
.Dq default
@@ -495,7 +495,7 @@ If not set, the default value
.Dq green
is used.
.It Ev TOG_COLOR_TREE_SUBMODULE
-The color used to mark up sobmodules tree entries.
+The color used to mark up submodule tree entries.
If not set, the default value
.Dq magenta
is used.