gdatetime: Fix typo in the comment

Follow up on https://gitlab.gnome.org/GNOME/glib/merge_requests/506#note_382186.
This commit is contained in:
Tomasz Miąsko 2018-12-10 00:00:00 +00:00
parent fa80a2d133
commit db47ab8402

View File

@ -2773,7 +2773,7 @@ format_z (GString *outstr,
}
#ifdef HAVE_LANGINFO_OUTDIGIT
/** Initializes the array with UTF-8 encoded alternate digits suibtable for use
/** Initializes the array with UTF-8 encoded alternate digits suitable for use
* in current locale. Returns NULL when current locale does not use alternate
* digits or there was an error converting them to UTF-8.
*/