From 7b92589167f31915e6653c3d5eb2a45563581826 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 30 Dec 2008 22:51:30 +0100 Subject: Fix spelling mistakes --- input/device.c | 2 +- network/connection.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/input/device.c b/input/device.c index e146c85a..68db2ddf 100644 --- a/input/device.c +++ b/input/device.c @@ -309,7 +309,7 @@ failed: static inline DBusMessage *not_supported(DBusMessage *msg) { return g_dbus_create_error(msg, ERROR_INTERFACE ".Failed", - "Not suported"); + "Not supported"); } static inline DBusMessage *in_progress(DBusMessage *msg) 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) -- cgit