mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Trivial: fix a typo
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=750399
This commit is contained in:
parent
c94e4c6f03
commit
07b3595c23
@ -511,7 +511,7 @@ g_error_copy (const GError *error)
|
||||
* If @domain contains a `FAILED` (or otherwise generic) error code,
|
||||
* you should generally not check for it explicitly, but should
|
||||
* instead treat any not-explicitly-recognized error code as being
|
||||
* equilalent to the `FAILED` code. This way, if the domain is
|
||||
* equivalent to the `FAILED` code. This way, if the domain is
|
||||
* extended in the future to provide a more specific error code for
|
||||
* a certain case, your code will still work.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user