From patchwork Mon Nov 14 19:18:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 125593 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 B174EB720E for ; Tue, 15 Nov 2011 06:19:04 +1100 (EST) Received: from localhost ([::1]:51696 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQ23W-00030A-2m for incoming@patchwork.ozlabs.org; Mon, 14 Nov 2011 14:18:58 -0500 Received: from eggs.gnu.org ([140.186.70.92]:42374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQ23R-000305-68 for qemu-devel@nongnu.org; Mon, 14 Nov 2011 14:18:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQ23Q-00021E-0P for qemu-devel@nongnu.org; Mon, 14 Nov 2011 14:18:53 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:51466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQ23P-00020y-Ja for qemu-devel@nongnu.org; Mon, 14 Nov 2011 14:18:51 -0500 Received: from localhost (v220110690675601.yourvserver.net.local [127.0.0.1]) by v220110690675601.yourvserver.net (Postfix) with ESMTP id B730272825F9 for ; Mon, 14 Nov 2011 20:18:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at weilnetz.de Received: from v220110690675601.yourvserver.net ([127.0.0.1]) by localhost (v220110690675601.yourvserver.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0RRvuv2b69cQ for ; Mon, 14 Nov 2011 20:18:20 +0100 (CET) Received: from flocke.weilnetz.de (p5086FA9A.dip.t-dialin.net [80.134.250.154]) by v220110690675601.yourvserver.net (Postfix) with ESMTPSA id 4329572825C8 for ; Mon, 14 Nov 2011 20:18:20 +0100 (CET) Received: from localhost ([127.0.0.1] ident=stefan) by flocke.weilnetz.de with esmtp (Exim 4.72) (envelope-from ) id 1RQ22j-0001Ay-Uq for qemu-devel@nongnu.org; Mon, 14 Nov 2011 20:18:09 +0100 Message-ID: <4EC16971.5030209@weilnetz.de> Date: Mon, 14 Nov 2011 20:18:09 +0100 From: Stefan Weil User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20111110 Iceowl/1.0b1 Icedove/3.0.11 MIME-Version: 1.0 To: QEMU Developers X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 78.47.199.172 Subject: [Qemu-devel] [PATCH 1.0 2/2] Fix some spelling bugs in documentation and comments 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 My previous mail used a wrong address for qemu-devel, sorry. Regards, Stefan Weil -------- Original-Nachricht -------- Betreff: [PATCH 1.0 2/2] Fix some spelling bugs in documentation and comments Datum: Sun, 13 Nov 2011 22:24:27 +0100 Von: Stefan Weil An: qemu-devel@non-gnu.org CC: Anthony Liguori , qemu-trivial@nongnu.org, Stefan Weil These errors were detected by codespell: remaing -> remaining soley -> solely virutal -> virtual seperate -> separate libcacard.txt still needs some more patches. Signed-off-by: Stefan Weil --- block-migration.c | 2 +- docs/libcacard.txt | 6 +++--- docs/qapi-code-gen.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/block-migration.c b/block-migration.c index 0bff075..5f10486 100644 --- a/block-migration.c +++ b/block-migration.c @@ -521,7 +521,7 @@ static int is_stage2_completed(void) if ((remaining_dirty / bwidth)<= migrate_max_downtime()) { - /* finish stage2 because we think that we can finish remaing work + /* finish stage2 because we think that we can finish remaining work below max_downtime */ return 1; diff --git a/docs/libcacard.txt b/docs/libcacard.txt index ae010d2..296706a 100644 --- a/docs/libcacard.txt +++ b/docs/libcacard.txt @@ -281,7 +281,7 @@ create card responses. VCardResponse *vcard_make_response(VCard7816Status status); This is the most basic function to get a response. This function will - return a response the consists soley one 2 byte status code. If that status + return a response the consists solely one 2 byte status code. If that status code is defined in card_7816t.h, then this function is guarrenteed to return a response with that status. If a cart type specific status code is passed and vcard_make_response fails to allocate the appropriate memory @@ -327,7 +327,7 @@ and applet. int vcard_emul_get_login_count(VCard *card); - This function returns the the number of remaing login attempts for this + This function returns the the number of remaining login attempts for this card. If the card emulator does not know, or the card does not have a way of giving this information, this function returns -1. @@ -373,7 +373,7 @@ functions: The options structure is built by another function in the virtual card interface where a string of virtual card emulator specific strings are - mapped to the options. The actual structure is defined by the virutal card + mapped to the options. The actual structure is defined by the virtual card emulator and is used to determine the configuration of soft cards, or to determine which physical cards to present to the guest. diff --git a/docs/qapi-code-gen.txt b/docs/qapi-code-gen.txt index c0a9325..5831e37 100644 --- a/docs/qapi-code-gen.txt +++ b/docs/qapi-code-gen.txt @@ -14,7 +14,7 @@ To map QMP-defined interfaces to the native C QAPI implementations, a JSON-based schema is used to define types and function signatures, and a set of scripts is used to generate types/signatures, and marshaling/dispatch code. The QEMU Guest Agent also uses these -scripts, paired with a seperate schema, to generate +scripts, paired with a separate schema, to generate marshaling/dispatch code for the guest agent server running in the guest.