diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-10-16 08:56:58 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-10-16 08:56:58 +0200 |
commit | c2f5017b07c6a3c68235340d6804ca29fb96c57f (patch) | |
tree | 3072803080c43171390a615cf2c8b18dc224a105 /gir/gmodule-2.0.c | |
parent | b57090d78d2e4d1f9ff0e0a940d719471007c558 (diff) | |
download | gobject-introspection-c2f5017b07c6a3c68235340d6804ca29fb96c57f.tar.gz |
Update glib annotations
Diffstat (limited to 'gir/gmodule-2.0.c')
-rw-r--r-- | gir/gmodule-2.0.c | 2 |
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. |