diff mbox

[5/9] lib: fwts_log_html: fix typo convertion ==> conversion

Message ID 1348336440-13565-6-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_log_html.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_log_html.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lib/src/fwts_log_html.c b/src/lib/src/fwts_log_html.c
> index 09db3bc..27cba0c 100644
> --- a/src/lib/src/fwts_log_html.c
> +++ b/src/lib/src/fwts_log_html.c
> @@ -178,7 +178,7 @@ static void fwts_log_html(fwts_log_file *log_file, const char *fmt, ...)
>
>  /*
>   *  fwts_log_html_convert_ascii()
> - *     return a static string containing any convertion from ASCII to a
> + *     return a static string containing any conversion from ASCII to a
>   *     HTML representation of char ch.  If no conversion needed, just
>   *     return a string containing the ch.
>   */
> --
> 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_log_html.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lib/src/fwts_log_html.c b/src/lib/src/fwts_log_html.c
> index 09db3bc..27cba0c 100644
> --- a/src/lib/src/fwts_log_html.c
> +++ b/src/lib/src/fwts_log_html.c
> @@ -178,7 +178,7 @@ static void fwts_log_html(fwts_log_file *log_file, const char *fmt, ...)
>
>   /*
>    *  fwts_log_html_convert_ascii()
> - *	return a static string containing any convertion from ASCII to a
> + *	return a static string containing any conversion from ASCII to a
>    *	HTML representation of char ch.  If no conversion needed, just
>    *	return a string containing the ch.
>    */
>

Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox

Patch

diff --git a/src/lib/src/fwts_log_html.c b/src/lib/src/fwts_log_html.c
index 09db3bc..27cba0c 100644
--- a/src/lib/src/fwts_log_html.c
+++ b/src/lib/src/fwts_log_html.c
@@ -178,7 +178,7 @@  static void fwts_log_html(fwts_log_file *log_file, const char *fmt, ...)
 
 /*
  *  fwts_log_html_convert_ascii()
- *	return a static string containing any convertion from ASCII to a
+ *	return a static string containing any conversion from ASCII to a
  *	HTML representation of char ch.  If no conversion needed, just
  *	return a string containing the ch.
  */