From 31d2273163dbcd23b184c85c7730002841aa419d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 5 Apr 2018 11:23:40 +0100 Subject: [PATCH] Spelling: Fix spelling of "unknown" Signed-off-by: Simon McVittie --- 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"; } }