# HG changeset patch # User Paul Eggert # Date 1324254621 28800 # Node ID d5a27a8f14fb007c00e29f3b030f38de7ada97b1 # Parent d66ef6b0de83e4baf370ff9f8c18724793d749ef ftoastr: fix typo * lib/ftoastr.h: Fix misspelling in comment. diff --git a/ChangeLog b/ChangeLog --- 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 --- 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