Description: Fix some 'spelling error in binary' errors reported by lintian.
 This patch does not correct every instance of 'extention' in the file; only
 the times it was used in a debugging message.
Author: Tim Retout <diocles@debian.org>

--- imspector.orig/icqprotocolplugin.cpp
+++ imspector/icqprotocolplugin.cpp
@@ -522,7 +522,7 @@
 							{												
 								if (submytag == 0x2711)
 								{
-									debugprint(localdebugmode, PROTOCOL_NAME ": Extention data tag 0x2711 found, len: %d", 
+									debugprint(localdebugmode, PROTOCOL_NAME ": Extension data tag 0x2711 found, len: %d",
 										submylength);
 
 									uint16_t msgextentionlength;
@@ -547,7 +547,7 @@
 									/* compare the memory for zeroed plugin */
 									if (memcmp(msgplugin, pluginzeroed, 16) != 0)
 									{
-										debugprint(localdebugmode, PROTOCOL_NAME ": Unknown extention data plugin, {%s}",
+										debugprint(localdebugmode, PROTOCOL_NAME ": Unknown extension data plugin, {%s}",
 											cookietohex(16,msgplugin).c_str());
 										return 2;
 									}
