]> code.delx.au - gnu-emacs/blobdiff - admin/alloc-colors.c
Ibuffer change marks
[gnu-emacs] / admin / alloc-colors.c
index 2ce651b34e0b8c9b61189ca47e6276dd3fb28364..3158cf40bada9f4420fb3164b4b90f28c7d2232f 100644 (file)
@@ -1,13 +1,13 @@
 /* Allocate X colors.  Used for testing with dense colormaps.
-   Copyright (C) 2001-2011
-     Free Software Foundation, Inc.
+
+Copyright (C) 2001-2016 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
 GNU Emacs is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
+the Free Software Foundation, either version 3 of the License, or (at
+your option) any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -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;
 }
-