summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/log-store-xml.c')
-rw-r--r--telepathy-logger/log-store-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/log-store-xml.c b/telepathy-logger/log-store-xml.c
index 0479764..0a8c525 100644
--- a/telepathy-logger/log-store-xml.c
+++ b/telepathy-logger/log-store-xml.c
@@ -564,7 +564,7 @@ log_store_xml_add_message (TplLogStore *store,
case TPL_ENTRY_CHANNEL_TEXT_SIGNAL_SENT:
case TPL_ENTRY_CHANNEL_TEXT_SIGNAL_RECEIVED:
case TPL_ENTRY_CHANNEL_TEXT_SIGNAL_SEND_ERROR:
- case TPL_ENTRY_CHANELL_TEXT_SIGNAL_LOST_MESSAGE:
+ case TPL_ENTRY_CHANNEL_TEXT_SIGNAL_LOST_MESSAGE:
return add_message_text (self, TPL_ENTRY_TEXT (message), error);
default:
DEBUG ("TplEntrySignalType not handled by this LogStore (%s). "