From: Francis Dupont Date: Tue, 18 Sep 2018 08:19:16 +0000 (+0200) Subject: [master] spelling X-Git-Tag: 137-improve-kea-compilation-time-2_base~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e6c95c0d147f69e8ec5361740e34e41d86eb409;p=thirdparty%2Fkea.git [master] spelling --- diff --git a/src/lib/config_backend/base_config_backend.h b/src/lib/config_backend/base_config_backend.h index b9b0405297..1887939a97 100644 --- a/src/lib/config_backend/base_config_backend.h +++ b/src/lib/config_backend/base_config_backend.h @@ -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: