Change `-ise' to `-ize' throughout.
[cfd] / mdwopt.h
index 1615669..ef508b3 100644 (file)
--- a/mdwopt.h
+++ b/mdwopt.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: mdwopt.h,v 1.1 1999/05/05 19:23:47 mdw Exp $
+ * $Id: mdwopt.h,v 1.2 1999/05/13 22:57:23 mdw Exp $
  *
  * Options parsing, similar to GNU @getopt_long@
  *
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: mdwopt.h,v $
- * Revision 1.1  1999/05/05 19:23:47  mdw
- * Initial revision
+ * Revision 1.2  1999/05/13 22:57:23  mdw
+ * Change `-ise' to `-ize' throughout.
+ *
+ * Revision 1.1.1.1  1999/05/05 19:23:47  mdw
+ * New import.  The old CVS repository was lost in a disk disaster.
  *
  * --- Previous lives ---
  *
@@ -218,7 +221,7 @@ enum {
  *              usually done by using a `%|+|%' instead of a `%|-|%' to
  *              introduce the option.
  *
- *              Long options, as popularised by the GNU utilities, are given
+ *              Long options, as popularized by the GNU utilities, are given
  *              long-ish memorable names, preceded by a double-dash `%|--|%'.
  *              Since their names are more than a single character, long
  *              options can't be combined in the same way as short options.