From 441dd5ebd5001deec3930273904e8079a36592ee Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 25 Feb 2012 13:47:09 +0100 Subject: [PATCH] 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 --- include/qemu/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4