]> git.sur5r.net Git - i3/i3/commitdiff
fix typo
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 15 Aug 2010 10:18:05 +0000 (12:18 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 15 Aug 2010 10:18:05 +0000 (12:18 +0200)
include/data.h

index ba70de0eabad1fc7491cc786b3a2a8ec332a97ac..de29e829e46a35875a3c0241de1630ed9ad8d9d3 100644 (file)
@@ -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;