diff mbox

[07/18] Fix typo in comment (consistant -> consistent)

Message ID 1304004042-8334-7-git-send-email-weil@mail.berlios.de
State Accepted
Headers show

Commit Message

Stefan Weil April 28, 2011, 3:20 p.m. UTC
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
 libcacard/vcard_emul_nss.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Alon Levy May 4, 2011, 10:13 a.m. UTC | #1
On Thu, Apr 28, 2011 at 05:20:31PM +0200, Stefan Weil wrote:
> Signed-off-by: Stefan Weil <weil@mail.berlios.de>
> ---

ACK. I assumed since you emailed qemu-trivial that these don't actually
require any acks.

>  libcacard/vcard_emul_nss.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/libcacard/vcard_emul_nss.c b/libcacard/vcard_emul_nss.c
> index baada52..f3db657 100644
> --- a/libcacard/vcard_emul_nss.c
> +++ b/libcacard/vcard_emul_nss.c
> @@ -971,7 +971,7 @@ find_blank(const char *str)
>  
>  /*
>   *  We really want to use some existing argument parsing library here. That
> - *  would give us a consistant look */
> + *  would give us a consistent look */
>  static VCardEmulOptions options;
>  #define READER_STEP 4
>  
> -- 
> 1.7.2.5
> 
>
diff mbox

Patch

diff --git a/libcacard/vcard_emul_nss.c b/libcacard/vcard_emul_nss.c
index baada52..f3db657 100644
--- a/libcacard/vcard_emul_nss.c
+++ b/libcacard/vcard_emul_nss.c
@@ -971,7 +971,7 @@  find_blank(const char *str)
 
 /*
  *  We really want to use some existing argument parsing library here. That
- *  would give us a consistant look */
+ *  would give us a consistent look */
 static VCardEmulOptions options;
 #define READER_STEP 4