summaryrefslogtreecommitdiff
path: root/gir/gmodule-2.0.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-10-16 08:56:58 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-10-16 08:56:58 +0200
commitc2f5017b07c6a3c68235340d6804ca29fb96c57f (patch)
tree3072803080c43171390a615cf2c8b18dc224a105 /gir/gmodule-2.0.c
parentb57090d78d2e4d1f9ff0e0a940d719471007c558 (diff)
downloadgobject-introspection-c2f5017b07c6a3c68235340d6804ca29fb96c57f.tar.gz
Update glib annotations
Diffstat (limited to 'gir/gmodule-2.0.c')
-rw-r--r--gir/gmodule-2.0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/gmodule-2.0.c b/gir/gmodule-2.0.c
index e8012cd3..dbacb484 100644
--- a/gir/gmodule-2.0.c
+++ b/gir/gmodule-2.0.c
@@ -228,7 +228,7 @@
* archive) it tries to open the corresponding module. If that fails
* and it doesn't have the proper module suffix for the platform
* (#G_MODULE_SUFFIX), this suffix will be appended and the corresponding
- * module will be opended. If that fails and @file_name doesn't have the
+ * module will be opened. If that fails and @file_name doesn't have the
* ".la"-suffix, this suffix is appended and g_module_open() tries to open
* the corresponding module. If eventually that fails as well, %NULL is
* returned.