From 2c11552ad60fcfc3c7acbf71b3c9e3d32f2fe8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 4 Jun 2012 18:24:42 +0300 Subject: Comment typo fix. --- xml/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xml') diff --git a/xml/object.h b/xml/object.h index 297039e..8d32c3f 100644 --- a/xml/object.h +++ b/xml/object.h @@ -192,7 +192,7 @@ public: ~cxObjects(); }; -// recursive dependancy +// recursive dependency inline uint cxObject::Objects(void) const { return mObjects ? mObjects->size() : 0; -- cgit v1.2.3