From fc27eefe9ba6cbbe62d9b1f5b7b3513ee0bebc3e Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 28 Apr 2011 17:20:31 +0200 Subject: [PATCH] Fix typo in comment (consistant -> consistent) Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- libcacard/vcard_emul_nss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcacard/vcard_emul_nss.c b/libcacard/vcard_emul_nss.c index baada52a3c..f3db657d74 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 -- 2.11.4.GIT