From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5fPt-0000cy-J1 for qemu-devel@nongnu.org; Thu, 08 Mar 2012 10:38:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5fPR-0001Wn-9p for qemu-devel@nongnu.org; Thu, 08 Mar 2012 10:38:09 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:58793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5fPR-0001WE-0v for qemu-devel@nongnu.org; Thu, 08 Mar 2012 10:37:41 -0500 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 8 Mar 2012 15:37:36 -0000 Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q28FbSDq2388018 for ; Thu, 8 Mar 2012 15:37:28 GMT Received: from d06av08.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q28FbSdS023335 for ; Thu, 8 Mar 2012 08:37:28 -0700 From: Stefan Hajnoczi Date: Thu, 8 Mar 2012 15:37:12 +0000 Message-Id: <1331221041-4710-3-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1331221041-4710-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1331221041-4710-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 02/11] qom: Fix spelling in documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Stefan Weil , qemu-devel@nongnu.org, Stefan Hajnoczi From: Stefan Weil This fixes a new spelling issue which was detected by codespell. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- include/qemu/object.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/qemu/object.h b/include/qemu/object.h index 69e4b7b..dd7f3c0 100644 --- a/include/qemu/object.h +++ b/include/qemu/object.h @@ -288,7 +288,7 @@ struct Object * implementing an explicit class type if they are not adding additional * virtual functions. * @class_init: This function is called after all parent class initialization - * has occured to allow a class to set its default virtual method pointers. + * has occurred to allow a class to set its default virtual method pointers. * This is also the function to use to override virtual methods from a parent * class. * @class_finalize: This function is called during class destruction and is -- 1.7.9.1