From patchwork Thu Apr 28 15:20:31 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 93255 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5DCBCB6F62 for ; Fri, 29 Apr 2011 01:28:42 +1000 (EST) Received: from localhost ([::1]:58155 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFT8x-0005xj-Kk for incoming@patchwork.ozlabs.org; Thu, 28 Apr 2011 11:28:39 -0400 Received: from eggs.gnu.org ([140.186.70.92]:48583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFT1g-0001HL-NR for qemu-devel@nongnu.org; Thu, 28 Apr 2011 11:21:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFT1c-0006lK-1y for qemu-devel@nongnu.org; Thu, 28 Apr 2011 11:21:08 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:61488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFT1T-0006eE-Fp; Thu, 28 Apr 2011 11:20:55 -0400 Received: from flocke.fritz.box (p5086FD13.dip.t-dialin.net [80.134.253.19]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0Lwnl2-1PiSZk2MmG-016nQH; Thu, 28 Apr 2011 17:20:48 +0200 Received: from stefan by flocke.fritz.box with local (Exim 4.72) (envelope-from ) id 1QFT1L-0002BT-QE; Thu, 28 Apr 2011 17:20:47 +0200 From: Stefan Weil To: QEMU Developers Date: Thu, 28 Apr 2011 17:20:31 +0200 Message-Id: <1304004042-8334-7-git-send-email-weil@mail.berlios.de> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1304004042-8334-1-git-send-email-weil@mail.berlios.de> References: <1304004042-8334-1-git-send-email-weil@mail.berlios.de> X-Provags-ID: V02:K0:r0fCMaasKujNBx8Aeo97MP2M87pqMsgvYYL+hZJ54Of rjheKugKytAN20C29cSqtGFieYBXOqdSCBgXC5rHwOvDcfn2Vj dKw1mtb1KHRUVUPSCHS7WDer9aNZZKqB/C2SX5Kt1JH+o+z9kP fELQL4iUNmXgyPpgIW/uHVUMNf+UUVyAVooHSDHTqI1Mg9UCdO 3r/zV2Yo0jsud7G9eM15UMP7lZww6zfkNOVd008Td8r0aliK+W tIjElF0BFX2lo X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.17.9 Cc: qemu-trivial@nongnu.org Subject: [Qemu-devel] [PATCH 07/18] Fix typo in comment (consistant -> consistent) X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Stefan Weil --- 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