fix typo
This commit is contained in:
parent
b572fea5c6
commit
0411299e4c
|
@ -215,7 +215,7 @@ struct Window {
|
||||||
char *class_class;
|
char *class_class;
|
||||||
char *class_instance;
|
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). */
|
* application supports _NET_WM_NAME, in COMPOUND_TEXT otherwise). */
|
||||||
char *name_x;
|
char *name_x;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue