mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Spelling: Fix spelling of "unknown"
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
55cfbd3bc4
commit
03cf374848
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user