]> git.0d.be Git - empathy.git/commitdiff
libempathy/empathy-irc-network-manager.c: Fix typo similiar -> similar
authorLaurent Bigonville <bigon@bigon.be>
Tue, 22 Dec 2009 22:15:31 +0000 (23:15 +0100)
committerLaurent Bigonville <bigon@bigon.be>
Tue, 22 Dec 2009 22:15:31 +0000 (23:15 +0100)
libempathy/empathy-irc-network-manager.c

index d537d5574853bb7b733376e4feb24c74d5fc193b..0b5bcc855b7d67b4412e3d5d5a9dffb84d4c40d5 100644 (file)
@@ -323,7 +323,7 @@ empathy_irc_network_manager_add (EmpathyIrcNetworkManager *self,
 
   if (priv->last_id == G_MAXUINT)
     {
-      DEBUG ("Can't add network: too many networks using a similiar ID");
+      DEBUG ("Can't add network: too many networks using a similar ID");
       return;
     }