mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56: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:
|
case G_FILE_ATTRIBUTE_TYPE_OBJECT:
|
||||||
return "object";
|
return "object";
|
||||||
default:
|
default:
|
||||||
return "uknown type";
|
return "unknown type";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user