diff options
author | Francis Dupont <fdupont@isc.org> | 2019-01-16 12:46:26 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2019-01-16 12:46:26 +0100 |
commit | fc55fc33ff6aba3b016e9e36c7c1249401aa5e78 (patch) | |
tree | aaf232caad0d9581839956e0b511275790cd6b84 /src/lib/database | |
parent | [#395,!201] Added audit entry collection and unit tests. (diff) | |
download | kea-fc55fc33ff6aba3b016e9e36c7c1249401aa5e78.tar.xz kea-fc55fc33ff6aba3b016e9e36c7c1249401aa5e78.zip |
[395-create-a-class-representing-cb-audit-entries] spelling361-kea-user-s-guide-table-listing-standard-options-uses-hex-instead-of-binary_base117-configure-script-doesn-t-fail-when-enable-generate-docs-is-used-and-docbook-style-xsl-is-not-installed_base100-implement-test-config-backend-dhcp6_base
Diffstat (limited to 'src/lib/database')
-rw-r--r-- | src/lib/database/audit_entry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/database/audit_entry.h b/src/lib/database/audit_entry.h index 3271a2e733..7bfe7488fb 100644 --- a/src/lib/database/audit_entry.h +++ b/src/lib/database/audit_entry.h @@ -116,7 +116,7 @@ public: /// @brief Returns modification time. /// - /// @return Modification time of the correponding record. + /// @return Modification time of the corresponding record. boost::posix_time::ptime getModificationTime() const { return (modification_time_); } @@ -161,7 +161,7 @@ struct AuditEntryObjectTypeTag { }; /// @brief Tag used to access index by modification time. struct AuditEntryModificationTimeTag { }; -/// @brief Multi idnex container holding @c AuditEntry instances. +/// @brief Multi index container holding @c AuditEntry instances. /// /// This container provides indexes to access the audit entries /// by object type and modification time. |