mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 22:46:15 +01:00
gdbusaddress: Fix typo
This commit is contained in:
parent
644584e7e6
commit
af3f4cbe77
@ -162,7 +162,7 @@ is_valid_unix (const gchar *address_entry,
|
|||||||
g_set_error (error,
|
g_set_error (error,
|
||||||
G_IO_ERROR,
|
G_IO_ERROR,
|
||||||
G_IO_ERROR_INVALID_ARGUMENT,
|
G_IO_ERROR_INVALID_ARGUMENT,
|
||||||
_("Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys"),
|
_("Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys)"),
|
||||||
address_entry);
|
address_entry);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user