From 00b50d28f95dd9ccafec289e2bae0c7617d15d58 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 30 Nov 2018 11:06:18 +0000 Subject: [PATCH] gutils: Fix a typo in a documentation comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ‘threadsafety’ isn’t a word. Signed-off-by: Philip Withnall https://gitlab.gnome.org/GNOME/glib/issues/538 --- glib/gutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gutils.c b/glib/gutils.c index ebc244e57..3937ff5e5 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -1696,7 +1696,7 @@ load_user_special_dirs (void) * that the latest on-disk version is used. Call this only * if you just changed the data on disk yourself. * - * Due to threadsafety issues this may cause leaking of strings + * Due to thread safety issues this may cause leaking of strings * that were previously returned from g_get_user_special_dir() * that can't be freed. We ensure to only leak the data for * the directories that actually changed value though.