From 0c75ebcba36a022d128a02a01b4da117352d1e54 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sat, 15 Aug 2020 06:28:48 +0300 Subject: [PATCH] Fix typo --- src/Dictionaries/DictionarySourceFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dictionaries/DictionarySourceFactory.h b/src/Dictionaries/DictionarySourceFactory.h index 0a68b7d6e05..1406660dfb4 100644 --- a/src/Dictionaries/DictionarySourceFactory.h +++ b/src/Dictionaries/DictionarySourceFactory.h @@ -26,7 +26,7 @@ class DictionarySourceFactory : private boost::noncopyable public: static DictionarySourceFactory & instance(); - /// 'default_database' - the database when dictionary itself was created. + /// 'default_database' - the database where dictionary itself was created. /// It is used as default_database for ClickHouse dictionary source when no explicit database was specified. /// Does not make sense for other sources. using Creator = std::function