mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
Merge branch 'gmodule-typo' into 'master'
gmodule: fix typo in doc comment See merge request GNOME/glib!1147
This commit is contained in:
commit
25ed7d45d9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user