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

index 62684ac4c384cab12d07934667403385c7ed7446..4efedf7dcb5abfa863b9382337ab51f1048586ea 100644 (file)
@@ -49,7 +49,7 @@ namespace cb {
 /// details. The @c BaseConfigBackendMgr is provided with the pool type
 /// via class template parameter. Respective CBM implementations
 /// use their own pools, which provide APIs appropriate for those
-/// implementation.
+/// implementations.
 ///
 /// @tparam ConfgBackendPoolType Type of the configuration backend pool
 /// to be used by the manager. It must derive from @c BaseConfigBackendPool