summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-30 22:51:30 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-30 22:51:30 +0100
commit7b92589167f31915e6653c3d5eb2a45563581826 (patch)
tree6c28b908611f5f02fec69af417d0c3038608f558 /network
parentbf169e8d82e4ef3a89076ffa096bdc5b88091401 (diff)
Fix spelling mistakes
Diffstat (limited to 'network')
-rw-r--r--network/connection.c2
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)