wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 1e426a0e51b33596b25333fb16768a8a289c710e
parent 1bee486269a6b4f5b758f4c5855c33436c47429b
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Fri, 10 Mar 2006 23:30:47 +0100

fixed typo reported by gulateri


Diffstat:
cmd/wm/tag.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/wm/tag.c b/cmd/wm/tag.c @@ -243,7 +243,7 @@ update_tags() } for(i = 0; i < nctag; i++) { if(!istag(newctag, ctag[i], nnewctag)) { - snprintf(buf, sizeof(buf), "RemoveTagT %s\n", ctag[i]); + snprintf(buf, sizeof(buf), "RemoveTag %s\n", ctag[i]); write_event(buf); } free(ctag[i]);