From: Stefan Weil Date: Sat, 25 Feb 2012 12:47:09 +0000 (+0100) Subject: qom: Fix spelling in documentation X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~4399^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=441dd5ebd5001deec3930273904e8079a36592ee;p=sdk%2Femulator%2Fqemu.git qom: Fix spelling in documentation This fixes a new spelling issue which was detected by codespell. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- 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