diff --git a/Changelog b/Changelog
index b078036..ee52938 100644
@@ -38,7 +38,7 @@ GKrellM Changelog
* Patch from Gerard Neil: Skip autofs mounts in free disk space polling
* Patch from Gerard Neil: Handle cifs as remote filesystem to use longer
nfs-timeout polling interval
- * Patch from Alexandre Rostovtsev: Explicitely link against gmodule-2.0
+ * Patch from Alexandre Rostovtsev: Explicitly link against gmodule-2.0
* Add support for GPU-Z sensor information on Windows
* Increase minimum required GLib version to 2.32, some parts of gkrellm
@@ -151,7 +151,7 @@ GKrellM Changelog
Use unicode function calls.
Use getaddrinfo() on win32.
Support CoreTemp application for getting cpu temperatures.
- Redo sensor-handling to support multipe sensor backends.
+ Redo sensor-handling to support multiple sensor backends.
Make Proc monitor work and properly count # of logged in users.
Mem monitor displays cache bytes.
System name shows some new windows versions.
diff --git a/README b/README
index 84df8ac..b8f59d4 100644
@@ -549,7 +549,7 @@ The reasons for this choice are a) efficiency (though it might be possible
to open/close /dev/sysmon each time a reading is needed without major
performance issue) and b) as of october 2001, there's a bug in the
envsys(4) driver which sometimes causes deadlocks when processes try to
-access simultaneoulsy /dev/sysmon (see NetBSD PR#14368). A (quick and
+access simultaneously /dev/sysmon (see NetBSD PR#14368). A (quick and
dirty) workaround for this is to monopolize the driver :)
diff --git a/Themes.html b/Themes.html
index 9975120..e411ec3 100644
@@ -719,7 +719,7 @@ krell parameters, frame rendering, etc are made in the gkrellmrc file.
Setting these values may have a variable effect on different monitors
because the programmer may use the values to differing degrees. For
example, margins may affect a label or some text decal but not affect
-other text decals because the programmer explicitely centers the decal.
+other text decals because the programmer explicitly centers the decal.
The possible gkrellmrc lines are listed here.
diff --git a/gkrellmd.1 b/gkrellmd.1
index 073a665..032e775 100644
@@ -192,7 +192,7 @@ arguments may be given. If no hosts are specified on the command
line or in a gkrellmd.conf file, then all
hosts are allowed to connect. The
-argument may be a text name or a IPv4 or IPv6
+argument may be a text name or an IPv4 or IPv6
dotted notation. For IPv4, the simple subnet pattern x.y.z.* may be used.
diff --git a/server/mail.c b/server/mail.c
index 83a8a7b..d7929f9 100644