From: Paul Eggert Date: Mon, 19 Dec 2011 00:30:21 +0000 (-0800) Subject: ftoastr: fix typo X-Git-Tag: v0.1~1353 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=3e1f8188baefc07db46bd23a0978825246c436ce;p=gnulib.git ftoastr: fix typo * lib/ftoastr.h: Fix misspelling in comment. --- 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