mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
gdbus: improve an error message
Namespace is one word.
This commit is contained in:
parent
99b580a0b2
commit
f5631ecb94
@ -728,7 +728,7 @@ try_unix (GDBusServer *server,
|
||||
g_set_error_literal (error,
|
||||
G_IO_ERROR,
|
||||
G_IO_ERROR_NOT_SUPPORTED,
|
||||
_("Abstract name space not supported"));
|
||||
_("Abstract namespace not supported"));
|
||||
goto out;
|
||||
}
|
||||
address = g_unix_socket_address_new_with_type (abstract,
|
||||
|
Loading…
x
Reference in New Issue
Block a user