Diff between 0c9201a4168e26249d572856d66b2619cc3738d0 and 4fa31e19666eb252632547509f579673b1d2cd8e

Changed Files

File Additions Deletions Status
gobex/gobex.c +1 -1 modified

Full Patch

diff --git a/gobex/gobex.c b/gobex/gobex.c
index 70a5bb5..3ad645a 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;
 	}