# HG changeset patch # User Mikael Berthe # Date 1269697087 -3600 # Node ID 48b265f8c5cbebafce71a326399f417ea32317e9 # Parent 78616d66a7f27ff97ee3c54d200292099cbfc962 [xttitle] Fix typos diff -r 78616d66a7f2 -r 48b265f8c5cb mcabber/modules/xttitle/xttitle.c --- 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 * @@ -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);