summaryrefslogtreecommitdiff
path: root/src/WMProps.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-22 15:19:58 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-22 15:19:58 -0700
commit2b7598221d87049d03e9a95fcb541c37c8728184 (patch)
tree2908e9da747a4a03f2fcaa47a26895b350cb1825 /src/WMProps.c
parentf9e3378ebcfc79ff00591b8617a68e97580a741e (diff)
downloadxorg-lib-libX11-2b7598221d87049d03e9a95fcb541c37c8728184.tar.gz
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/WMProps.c')
-rw-r--r--src/WMProps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WMProps.c b/src/WMProps.c
index 12b4b361..b99d35f2 100644
--- a/src/WMProps.c
+++ b/src/WMProps.c
@@ -80,7 +80,7 @@ void XSetWMProperties (
char **argv, /* command line */
int argc, /* size of command line */
XSizeHints *sizeHints, /* size hints for window in its normal state */
- XWMHints *wmHints, /* miscelaneous window manager hints */
+ XWMHints *wmHints, /* miscellaneous window manager hints */
XClassHint *classHints) /* resource name and class */
{
XTextProperty textprop;