From: Francis Dupont Date: Wed, 16 Jan 2019 11:46:26 +0000 (+0100) Subject: [395-create-a-class-representing-cb-audit-entries] spelling X-Git-Tag: 100-implement-test-config-backend-dhcp6_base X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc55fc33ff6aba3b016e9e36c7c1249401aa5e78;p=thirdparty%2Fkea.git [395-create-a-class-representing-cb-audit-entries] spelling --- 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.