summaryrefslogtreecommitdiffstats
path: root/src/lib/database
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2021-04-23 19:09:02 +0200
committerMichal Nowikowski <godfryd@isc.org>2021-04-26 08:04:55 +0200
commitbe137515384c26bb9e60e36d1bf415c09c8e9596 (patch)
tree225aa827189a88a2da54d0f19a0e842dd6396eca /src/lib/database
parent[#1587] Added ChangeLog entry. (diff)
downloadkea-be137515384c26bb9e60e36d1bf415c09c8e9596.tar.xz
kea-be137515384c26bb9e60e36d1bf415c09c8e9596.zip
[#1821] spelling corrections
Diffstat (limited to 'src/lib/database')
-rw-r--r--src/lib/database/dbaccess_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/database/dbaccess_parser.h b/src/lib/database/dbaccess_parser.h
index f4321ac486..19ec911919 100644
--- a/src/lib/database/dbaccess_parser.h
+++ b/src/lib/database/dbaccess_parser.h
@@ -60,7 +60,7 @@ public:
///
/// @return Reference to the internal map of keyword/value pairs
/// representing database access information. This is valid only
- /// for so long as the the parser remains in existence.
+ /// for so long as the parser remains in existence.
const DatabaseConnection::ParameterMap& getDbAccessParameters() const {
return (values_);
}