summaryrefslogtreecommitdiff
path: root/admin/alloc-colors.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-14 15:59:56 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-14 15:59:56 -0800
commit91af3942e9ab5540b3ab4dde6733bc883dc2abdd (patch)
tree7a83e35278714a4498663fc968d36210d8c6436e /admin/alloc-colors.c
parent5ef215d87480e348e432b4e323b1ba24e27ebf81 (diff)
Spelling fixes.
Diffstat (limited to 'admin/alloc-colors.c')
-rw-r--r--admin/alloc-colors.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c
index e09ddd62b97..b3ea8af9d70 100644
--- a/admin/alloc-colors.c
+++ b/admin/alloc-colors.c
@@ -40,7 +40,7 @@ void
usage (const char *progname)
{
fprintf (stderr, "Usage %s options\n", progname);
- fprintf (stderr, "-n NCOLORS allcoate NCOLORS colors\n");
+ fprintf (stderr, "-n NCOLORS allocate NCOLORS colors\n");
exit (1);
}
@@ -111,4 +111,3 @@ main (int argc, char **argv)
XCloseDisplay (dpy);
return 0;
}
-