From 289e8d27a8417ca94fd2063a44b84338ff499a3e Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 28 Jan 2011 20:53:06 -0800 Subject: Fix allocateded typo in comment Signed-off-by: Alan Coopersmith --- xrefresh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3