From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1H1z-0003M9-Tc for qemu-devel@nongnu.org; Sat, 25 Feb 2012 07:47:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1H1t-0004Jo-RK for qemu-devel@nongnu.org; Sat, 25 Feb 2012 07:47:19 -0500 From: Stefan Weil Date: Sat, 25 Feb 2012 13:47:09 +0100 Message-Id: <1330174030-21373-1-git-send-email-sw@weilnetz.de> Subject: [Qemu-devel] [PATCH] Fix spelling in documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial Cc: Stefan Weil , qemu-devel@nongnu.org This fixes a new spelling issue which was detected by codespell. Signed-off-by: Stefan Weil --- 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