From 4fa31e19666eb252632547509f579673b1d2cd8e Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 6 Jul 2011 01:53:46 +0300 Subject: [PATCH] gobex: Fix typo --- gobex/gobex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobex/gobex.c b/gobex/gobex.c index 70a5bb567..3ad645a67 100644 --- a/gobex/gobex.c +++ b/gobex/gobex.c @@ -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; } -- 2.47.3