From 3e1f8188baefc07db46bd23a0978825246c436ce Mon Sep 17 00:00:00 2001 From: Paul Eggert 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 24ce14979..7b6e2ba36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-12-18 Paul Eggert + + ftoastr: fix typo + * lib/ftoastr.h: Fix misspelling in comment. + 2011-12-18 Reuben Thomas * top/README-release: fix punctuation. diff --git a/lib/ftoastr.h b/lib/ftoastr.h index 6264952e8..6694e3c04 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.11.0