From 6e6c95c0d147f69e8ec5361740e34e41d86eb409 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 18 Sep 2018 10:19:16 +0200 Subject: [PATCH] [master] spelling --- src/lib/config_backend/base_config_backend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2