summaryrefslogtreecommitdiff
path: root/printf
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-11-15 11:43:55 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-11-15 11:43:55 +0100
commit2fb438b0ac9abb72f2cbd85f624ad0603fdefd4b (patch)
tree8289ec0264c4386ca44c3e9d38e209f696c842ed /printf
parent442c9f32476abf86274f76f91a3a725c9fefce8d (diff)
downloadgmp-2fb438b0ac9abb72f2cbd85f624ad0603fdefd4b.tar.gz
More spelling fixes.
Diffstat (limited to 'printf')
-rw-r--r--printf/snprntffuns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/printf/snprntffuns.c b/printf/snprntffuns.c
index e67017469..340ee051a 100644
--- a/printf/snprntffuns.c
+++ b/printf/snprntffuns.c
@@ -45,7 +45,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
no indication how big the output would have been. It's necessary to
re-run to determine that size.
- "size-1" would mean sucess from a C99 vsnprintf, and the re-run is
+ "size-1" would mean success from a C99 vsnprintf, and the re-run is
unnecessary in this case, but we don't bother to try to detect what sort
of vsnprintf we've got. size-1 should occur rarely in normal
circumstances.