From 3e1f8188baefc07db46bd23a0978825246c436ce Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Sun, 18 Dec 2011 16:30:21 -0800
Subject: [PATCH] ftoastr: fix typo

* lib/ftoastr.h: Fix misspelling in comment.
---
 ChangeLog     | 5 +++++
 lib/ftoastr.h | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 24ce149790..7b6e2ba36d 100644
--- 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.
diff --git a/lib/ftoastr.h b/lib/ftoastr.h
index 6264952e8e..6694e3c04e 100644
--- a/lib/ftoastr.h
+++ b/lib/ftoastr.h
@@ -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
-- 
2.39.5