]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] spelling
authorFrancis Dupont <fdupont@isc.org>
Tue, 18 Sep 2018 08:19:16 +0000 (10:19 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 18 Sep 2018 08:19:16 +0000 (10:19 +0200)
src/lib/config_backend/base_config_backend.h

index b9b040529745ef4784811c4004c6a23aca1ba301..1887939a970e057098e61803312e2e5afb0cc302 100644 (file)
@@ -27,7 +27,7 @@ namespace cb {
 /// Such implementation is called configuration backend. Each
 /// configuration backend faciliates a single database type, e.g. MySQL
 /// database. In order to support multiple database types, i.e. MySQL,
-/// Posrgres, Cassandra, each Kea server will have to implement
+/// Postgres, Cassandra, each Kea server will have to implement
 /// 3 separate configuration backends, one for each database type.
 class BaseConfigBackend {
 public: