Correct mispelt 'd' and 'e' words.

This commit is contained in:
martin-osborne
2015-04-10 10:54:47 +01:00
parent 12c0594db6
commit e9dce11e50
18 changed files with 24 additions and 24 deletions

View File

@@ -45,7 +45,7 @@ class XML_API DOMObject
/// For every call to duplicate() there must be a matching
/// call to release().
/// An object obtained via any other way must not be
/// released, except ownership of it has been explicitely
/// released, except ownership of it has been explicitly
/// taken with a call to duplicate().
///
/// While DOMObjects are safe for use in multithreaded programs,