From 0411299e4c06077b8fe5ec529de4977b5b432041 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 15 Aug 2010 12:18:05 +0200 Subject: [PATCH] fix typo --- include/data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/data.h b/include/data.h index ba70de0e..de29e829 100644 --- a/include/data.h +++ b/include/data.h @@ -215,7 +215,7 @@ struct Window { char *class_class; char *class_instance; - /** The name of the window as it will be passod to X11 (in UCS2 if the + /** The name of the window as it will be passed to X11 (in UCS2 if the * application supports _NET_WM_NAME, in COMPOUND_TEXT otherwise). */ char *name_x;