OSDN Git Service

gobex: Fix typo
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 5 Jul 2011 22:53:46 +0000 (01:53 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 4 Dec 2012 21:21:59 +0000 (22:21 +0100)
gobex/gobex.c

index 70a5bb5..3ad645a 100644 (file)
@@ -730,7 +730,7 @@ static gboolean incoming_data(GIOChannel *io, GIOCondition cond,
 
        if (header_offset < 0) {
                err = g_error_new(G_OBEX_ERROR, G_OBEX_ERROR_PARSE_ERROR,
-                               "Unkown header offset for opcode 0x%02x",
+                               "Unknown header offset for opcode 0x%02x",
                                opcode);
                goto failed;
        }