mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
fix comment typos
This commit is contained in:
parent
07a00c0da1
commit
af06d43b55
@ -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,
|
||||
|
@ -98,10 +98,10 @@ public:
|
||||
/// Resumes all events suspended with suspendEvent();
|
||||
|
||||
bool eventsSuspended() const;
|
||||
/// Returns true if events are suspeded.
|
||||
/// Returns true if events are suspended.
|
||||
|
||||
bool events() const;
|
||||
/// Returns true if events are not suspeded.
|
||||
/// Returns true if events are not suspended.
|
||||
|
||||
const DocumentType* doctype() const;
|
||||
/// The Document Type Declaration (see DocumentType) associated with this document.
|
||||
|
@ -30,7 +30,7 @@
|
||||
// from a DLL simpler. All files within this DLL are compiled with the XML_EXPORTS
|
||||
// symbol defined on the command line. this symbol should not be defined on any project
|
||||
// that uses this DLL. This way any other project whose source files include this file see
|
||||
// XML_API functions as being imported from a DLL, wheras this DLL sees symbols
|
||||
// XML_API functions as being imported from a DLL, whereas this DLL sees symbols
|
||||
// defined with this macro as being exported.
|
||||
//
|
||||
#if defined(_WIN32) && defined(POCO_DLL)
|
||||
|
Loading…
Reference in New Issue
Block a user