]> Savannah Git Hosting - gnulib.git/commitdiff
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 24ce1497902e92ca9c33123c5e8f76f09be3a1bb..7b6e2ba36d34a2efdeaaf9a51f22de88eb4e31ed 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 6264952e8e97e1563afd351c038af3823e777cf6..6694e3c04ee2dab40be0f3af942cdf5c27fc3169 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