From patchwork Sat Sep 22 17:53:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/9] lib: fwts_formatting: fix typo upto ==> up to Date: Sat, 22 Sep 2012 07:53:55 -0000 From: Colin King X-Patchwork-Id: 186151 Message-Id: <1348336440-13565-5-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com From: Colin Ian King Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Ivan Hu --- src/lib/src/fwts_formatting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/src/fwts_formatting.c b/src/lib/src/fwts_formatting.c index a68204a..6d33f49 100644 --- a/src/lib/src/fwts_formatting.c +++ b/src/lib/src/fwts_formatting.c @@ -27,7 +27,7 @@ /* * dup_line() - * duplicate a portion of a line of text, from start to end upto + * duplicate a portion of a line of text, from start to end up to * a maximum of width characters */ static char *dup_line(const char *start, const char *end, const int width)