changeset 16173:d5a27a8f14fb

ftoastr: fix typo * lib/ftoastr.h: Fix misspelling in comment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 18 Dec 2011 16:30:21 -0800
parents d66ef6b0de83
children 7c58e2bf6b76
files ChangeLog lib/ftoastr.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/lib/ftoastr.h
+++ b/lib/ftoastr.h
@@ -58,7 +58,7 @@
     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