[PATCH 4/9] lib: fwts_formatting: fix typo upto ==> up to
Colin King
colin.king at canonical.com
Sat Sep 22 17:53:55 UTC 2012
From: Colin Ian King <colin.king at canonical.com>
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
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)
--
1.7.10.4
More information about the fwts-devel
mailing list