mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-29 12:24:12 +02:00
Fix some typos. (#351741, Kjartan Maraas)
2006-08-26 Matthias Clasen <mclasen@redhat.com> * glib/gutils.h: * glib/gscanner.c: Fix some typos. (#351741, Kjartan Maraas)
This commit is contained in:
committed by
Matthias Clasen
parent
8f05c1da81
commit
ed9c3c2696
@@ -211,10 +211,12 @@ gboolean g_setenv (const gchar *variable,
|
||||
gboolean overwrite);
|
||||
void g_unsetenv (const gchar *variable);
|
||||
gchar** g_listenv (void);
|
||||
|
||||
/* private */
|
||||
const gchar* _g_getenv_nomalloc (const gchar *variable,
|
||||
gchar buffer[1024]);
|
||||
|
||||
/* we try to provide a usefull equivalent for ATEXIT if it is
|
||||
/* we try to provide a useful equivalent for ATEXIT if it is
|
||||
* not defined, but use is actually abandoned. people should
|
||||
* use g_atexit() instead.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user