gdbus: improve an error message

Namespace is one word.
This commit is contained in:
Michael Catanzaro 2019-06-12 13:38:51 -05:00
parent 99b580a0b2
commit f5631ecb94

View File

@ -728,7 +728,7 @@ try_unix (GDBusServer *server,
g_set_error_literal (error, g_set_error_literal (error,
G_IO_ERROR, G_IO_ERROR,
G_IO_ERROR_NOT_SUPPORTED, G_IO_ERROR_NOT_SUPPORTED,
_("Abstract name space not supported")); _("Abstract namespace not supported"));
goto out; goto out;
} }
address = g_unix_socket_address_new_with_type (abstract, address = g_unix_socket_address_new_with_type (abstract,