summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-01-17 17:50:08 +0000
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-01-17 17:51:45 +0000
commit447779b1d5f902acbcb5ecf70824ebbd273c44b4 (patch)
treefa557e68c80ce993bfc2b717762930328c135f56
parent544f2e1dd4dcaa055073090388997df23a4ffa54 (diff)
downloadtelepathy-logger-447779b1d5f902acbcb5ecf70824ebbd273c44b4.tar.gz
Fix typo
-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 589193d..07ef5f3 100644
--- a/telepathy-logger/log-store-xml.c
+++ b/telepathy-logger/log-store-xml.c
@@ -349,7 +349,7 @@ log_store_xml_get_filename (TplLogStoreXml *self,
gchar *esc_id;
/* avoid that 1-1 conversation generated from a chatroom, having id similar
- * to room@conference.domain/My_Alias (in XMPP) are threated as a directory
+ * to room@conference.domain/My_Alias (in XMPP) are treated as a directory
* path, creating My_Alias as a subdirectory of room@conference.domain */
esc_id = g_strdelimit (g_strdup (id), "/", '_');
id_dir = log_store_xml_get_dir (self, account, esc_id,