summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2012-06-04 18:24:42 +0300
committerVille Skyttä <ville.skytta@iki.fi>2012-06-04 18:25:19 +0300
commit2c11552ad60fcfc3c7acbf71b3c9e3d32f2fe8a5 (patch)
tree0a5c6b1def84cd8055a36ea740d134f233416a61 /xml
parent421d737cabfd96625b708dbad097d070cd69c7d8 (diff)
downloadvdr-plugin-text2skin-2c11552ad60fcfc3c7acbf71b3c9e3d32f2fe8a5.tar.gz
vdr-plugin-text2skin-2c11552ad60fcfc3c7acbf71b3c9e3d32f2fe8a5.tar.bz2
Comment typo fix.
Diffstat (limited to 'xml')
-rw-r--r--xml/object.h2
1 files changed, 1 insertions, 1 deletions
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;