[glib: 6/9] Spelling: Fix spelling of "unknown"



commit 03cf374848914128f23e935a45046412e7660a9b
Author: Simon McVittie <smcv collabora com>
Date:   Thu Apr 5 11:23:40 2018 +0100

    Spelling: Fix spelling of "unknown"
    
    Signed-off-by: Simon McVittie <smcv collabora com>

 gio/gio-tool.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/gio-tool.c b/gio/gio-tool.c
index 18200014c..847a2188b 100644
--- a/gio/gio-tool.c
+++ b/gio/gio-tool.c
@@ -115,7 +115,7 @@ attribute_type_to_string (GFileAttributeType type)
     case G_FILE_ATTRIBUTE_TYPE_OBJECT:
       return "object";
     default:
-      return "uknown type";
+      return "unknown type";
     }
 }
 


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