summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-22 21:27:00 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-22 21:27:00 -0800
commite79903a50b0a9cba9d0e41fc2e389117f3ff42ef (patch)
tree8b7957d00d03a636145fc45c411489b5793039a8
parentda0682051e880faa2ef1accac388040bb52b46d8 (diff)
Typo fixes in verbose message & comment
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--transSet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/transSet.c b/transSet.c
index d915d41..bdcd4f8 100644
--- a/transSet.c
+++ b/transSet.c
@@ -317,7 +317,7 @@ main (int argc, char **argv)
opacity = (unsigned int) (d * OPAQUE);
- /* for user-compability with transset */
+ /* for user-compatibility with transset */
if (!gotd)
flag_toggle = True;
@@ -342,7 +342,7 @@ main (int argc, char **argv)
printf ("\n");
if (flag_verbose)
- printf ("Propery set on: 0x%x\n", (unsigned int) target_win);
+ printf ("Property set on: 0x%x\n", (unsigned int) target_win);
XCloseDisplay (dpy);
return 0;