[glib: 1/2] gmodule: fix typo in doc comment
- From: Sebastian Dröge <sdroege src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] gmodule: fix typo in doc comment
- Date: Sat, 5 Oct 2019 06:56:20 +0000 (UTC)
commit 5a57bdbc45ffc61aa6c98619f372ae5a99f06505
Author: David Lechner <david lechnology com>
Date: Sat Oct 5 01:45:22 2019 +0000
gmodule: fix typo in doc comment
s/opended/opened/
gmodule/gmodule.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c
index 497881782..744abe0ac 100644
--- a/gmodule/gmodule.c
+++ b/gmodule/gmodule.c
@@ -478,7 +478,7 @@ static GRecMutex g_module_global_lock;
* 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]