diff options
author | Fabian Keil <fk@fabiankeil.de> | 2011-04-19 15:54:13 +0200 |
---|---|---|
committer | Julien Chaffraix <julien.chaffraix@gmail.com> | 2011-04-21 07:55:53 -0700 |
commit | 1702a2c08d3a0ed5945f34e6cd38436611f65164 (patch) | |
tree | e72941241445237dc35527c098d6c2ca098bfaa5 /lib/mprintf.c | |
parent | 9230be0797cc7d155240fd38d07bee041527bbc2 (diff) | |
download | curl-1702a2c08d3a0ed5945f34e6cd38436611f65164.tar.gz |
Fix a couple of spelling errors in lib/
Found with codespell.
Diffstat (limited to 'lib/mprintf.c')
-rw-r--r-- | lib/mprintf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mprintf.c b/lib/mprintf.c index 536c0c247..b02b50253 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -124,7 +124,7 @@ typedef enum { FORMAT_WIDTH /* For internal use */ } FormatType; -/* convertion and display flags */ +/* conversion and display flags */ enum { FLAGS_NEW = 0, FLAGS_SPACE = 1<<0, @@ -692,7 +692,7 @@ static int dprintf_formatf( continue; } - /* If this is a positional parameter, the position must follow imediately + /* If this is a positional parameter, the position must follow immediately after the %, thus create a %<num>$ sequence */ param=dprintf_DollarString(f, &f); |