diff options
Diffstat (limited to 'network/connection.c')
| -rw-r--r-- | network/connection.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/network/connection.c b/network/connection.c index 9cdc3c69..a046400b 100644 --- a/network/connection.c +++ b/network/connection.c @@ -111,7 +111,7 @@ static struct network_conn *find_connection(GSList *list, uint16_t id)  static inline DBusMessage *not_supported(DBusMessage *msg)  {  	return g_dbus_create_error(msg, ERROR_INTERFACE ".Failed", -							"Not suported"); +							"Not supported");  }  static inline DBusMessage *already_connected(DBusMessage *msg)  | 
