diff mbox

[4/9] lib: fwts_formatting: fix typo upto ==> up to

Message ID 1348336440-13565-5-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King Sept. 22, 2012, 5:53 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 src/lib/src/fwts_formatting.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Keng-Yu Lin Sept. 25, 2012, 6:38 a.m. UTC | #1
On Sun, Sep 23, 2012 at 1:53 AM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king@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
>
Acked-by: Keng-Yu Lin <kengyu@canonical.com>
Ivan Hu Sept. 28, 2012, 4:52 a.m. UTC | #2
On 09/23/2012 01:53 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king@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@canonical.com>
diff mbox

Patch

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)