summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-08-29 14:49:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-08-29 14:49:32 -0400
commit1b28408b8bfe282f671716a39bba3208d3fef39a (patch)
treec21b4b22e09c6872dffb809061086bb01fffa1cb /gmodule
parent5763c631473539746646697e6a775f6eacaa08e2 (diff)
Spelling fixes
Spelling fixes in comments and docs, provided by Kjartan Maraas in bug 657336.
Diffstat (limited to 'gmodule')
-rw-r--r--gmodule/gmodule.c2
-rw-r--r--gmodule/gmodule.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c
index 52161382c..985e7ad57 100644
--- a/gmodule/gmodule.c
+++ b/gmodule/gmodule.c
@@ -49,7 +49,7 @@
#include "gstdio.h"
/* We maintain a list of modules, so we can reference count them.
- * That's needed because some platforms don't support refernce counts on
+ * That's needed because some platforms don't support references counts on
* modules e.g. the shl_* implementation of HP-UX
* (http://www.stat.umn.edu/~luke/xls/projects/dlbasics/dlbasics.html).
* Also, the module for the program itself is kept seperatedly for
diff --git a/gmodule/gmodule.h b/gmodule/gmodule.h
index 5f18f9db1..ead452a25 100644
--- a/gmodule/gmodule.h
+++ b/gmodule/gmodule.h
@@ -87,7 +87,7 @@ const gchar * g_module_name (GModule *module);
* some operating systems, in some standard place, for instance on the
* PATH. Hence, to be absoultely sure to get the correct module,
* always pass in a directory. The file name consists of the directory,
- * if supplied, and `module_name' suitably decorated accoring to
+ * if supplied, and `module_name' suitably decorated according to
* the operating system's conventions (for instance lib*.so or *.dll).
*
* No checks are made that the file exists, or is of correct type.