[PATCH 4/9] lib: fwts_formatting: fix typo upto ==> up to
IvanHu
ivan.hu at canonical.com
Fri Sep 28 04:52:06 UTC 2012
On 09/23/2012 01:53 AM, Colin King wrote:
> 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)
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list