diff mcabber/modules/xttitle/xttitle.c @ 1832:48b265f8c5cb

[xttitle] Fix typos
author Mikael Berthe <mikael@lilotux.net>
date Sat, 27 Mar 2010 14:38:07 +0100
parents a2642e56e0de
children 8ad982f83fd6
line wrap: on
line diff
--- a/mcabber/modules/xttitle/xttitle.c	Sat Mar 27 13:40:42 2010 +0100
+++ b/mcabber/modules/xttitle/xttitle.c	Sat Mar 27 14:38:07 2010 +0100
@@ -1,5 +1,5 @@
 /*
- *  Module "xttitle"    -- Update X terminal tittle
+ *  Module "xttitle"    -- Update X terminal title
  *
  * Copyright (C) 2010 Mikael Berthe <mikael@lilotux.net>
  *
@@ -66,7 +66,7 @@
   // flag (that is, MUC buffer that have no highlighted messages).
   unread = all_unread - (muc_unread - muc_attention);
 
-  // Update the terminal tittle
+  // Update the terminal title
   if (muc_unread) {
     printf("\033]0;MCabber -- %d message%c (total:%d / MUC:%d)\007",
            unread, (unread > 1 ? 's' : ' '), all_unread, muc_unread);