Spelling: Fix spelling of "unknown"

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2018-04-05 11:23:40 +01:00
parent 55cfbd3bc4
commit 03cf374848

View File

@ -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";
}
}