[glib: 4/33] gutils: Fix a typo in a documentation comment



commit 00b50d28f95dd9ccafec289e2bae0c7617d15d58
Author: Philip Withnall <withnall endlessm com>
Date:   Fri Nov 30 11:06:18 2018 +0000

    gutils: Fix a typo in a documentation comment
    
    ‘threadsafety’ isn’t a word.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>
    
    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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]