File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
core/include/userver/dynamic_config
include/userver/storages/sqlite Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ class Source final {
174174 // / the first time immediately invokes the function with the current config
175175 // / snapshot (this invocation will be executed synchronously).
176176 // /
177- // / @note Сallbacks occur only if one of the passed config is changed. This is
177+ // / @note Callbacks occur only if one of the passed config is changed. This is
178178 // / true under any components::DynamicConfigClientUpdater options.
179179 // /
180180 // / @warning To use this function, configs must have the `operator==`.
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ namespace components {
4949// / ---------------------------------- | --------------------------------------------------------------------------------- | ---------------
5050// / fs-task-processor | name of the task processor to handle the blocking file operations | engine::current_task::GetBlockingTaskProcessor()
5151// / db-path | path to the database file or `::memory::` for in-memory mode | -
52- // / create_file | сreate the database file if it does not exist at the specified path | true
52+ // / create_file | create the database file if it does not exist at the specified path | true
5353// / is_read_only | open the database in read-only mode | false
5454// / shared_cache | enable shared in-memory cache for the database | false
5555// / read_uncommitted | allow reading uncommitted data (requires shared_cache) | false
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ additionalProperties: false
123123 description: path to the database file or `::memory::` for in-memory mode
124124 create_file:
125125 type: boolean
126- description: сreate the database file if it does not exist at the specified path
126+ description: create the database file if it does not exist at the specified path
127127 defaultDescription: true
128128 is_read_only:
129129 type: boolean
You can’t perform that action at this time.
0 commit comments