diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-03-24 19:03:27 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-03-25 14:03:36 -0400 |
commit | cd3122e00156a8cb16c27abd943326b4527a520c (patch) | |
tree | d4fab96f4f724bf7f9be24c6ce6bc141f1905038 | |
parent | f1f8673bea54f69765c48aa71b217865562c0095 (diff) |
TplEntity: Replace unkown with unknown
-rw-r--r-- | telepathy-logger/entity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/entity.c b/telepathy-logger/entity.c index 504e0c5..3848a77 100644 --- a/telepathy-logger/entity.c +++ b/telepathy-logger/entity.c @@ -251,7 +251,7 @@ tpl_entity_new (const gchar *id, DEBUG ("Unknown entity."); break; default: - g_warning ("Unkown entity type %i", type); + g_warning ("Unknown entity type %i", type); g_object_unref (ret); ret = NULL; } |