summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-28 20:53:06 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-28 20:53:06 -0800
commit289e8d27a8417ca94fd2063a44b84338ff499a3e (patch)
treef437c1eeedc450b4dfecf680ae33f00f3fe369bd
parent18f7dcdd9fb30b784b3d99cb91d9f5c80cc19f44 (diff)
Fix allocateded typo in comment
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xrefresh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrefresh.c b/xrefresh.c
index 91bfe74..9f96d31 100644
--- a/xrefresh.c
+++ b/xrefresh.c
@@ -342,7 +342,7 @@ main(int argc, char *argv[])
* backing store; or do a ClearArea generating exposures on all windows
*/
XMapWindow (dpy, win);
- /* the following will free the color that we might have allocateded */
+ /* the following will free the color that we might have allocated */
XCloseDisplay (dpy);
exit (0);
}