tethering: Fix small typo
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 2 Jun 2011 00:40:21 +0000 (02:40 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 2 Jun 2011 00:40:21 +0000 (02:40 +0200)
src/tethering.c

index e9f4869..95ddce6 100644 (file)
@@ -533,7 +533,7 @@ int __connman_private_network_request(DBusMessage *msg, const char *owner)
                err = -ENODEV;
                goto error;
        }
-       DBG("inteface %s", iface);
+       DBG("interface %s", iface);
 
        err = connman_inet_set_mtu(index, DEFAULT_MTU);