ftoastr: fix typo
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Dec 2011 00:30:21 +0000 (16:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Dec 2011 00:30:21 +0000 (16:30 -0800)
* lib/ftoastr.h: Fix misspelling in comment.

ChangeLog
lib/ftoastr.h

index 24ce149..7b6e2ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+       ftoastr: fix typo
+       * lib/ftoastr.h: Fix misspelling in comment.
+
 2011-12-18  Reuben Thomas  <rrt@sc3d.org>
 
        * top/README-release: fix punctuation.
index 6264952..6694e3c 100644 (file)
@@ -58,7 +58,7 @@ enum
     FTOASTR_ALWAYS_SIGNED = 2,
 
     /* Output " " before positive numbers; ignored if
-       FTOASTER_ALWAYS_SIGNED is also given.  */
+       FTOASTR_ALWAYS_SIGNED is also given.  */
     FTOASTR_SPACE_POSITIVE = 4,
 
     /* Pad with zeros instead of spaces; ignored if FTOASTR_LEFT_JUSTIFY