Commit 93a300b296848449897d95643acc8a689b0480b1

Stefan Sperling 2021-08-26T21:50:10

small man page spelling fixes

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.