Skip to content

Commit d1f7aea

Browse files
committed
cc uservices: replace russian с with english c
Tests: CI Relates:(https://nda.ya.ru/t/RJRxOMJO7JVDLn commit_hash:d02156ac96385b0da8ecab4f1b8538f8d3e20f4a
1 parent c27306d commit d1f7aea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/include/userver/dynamic_config/source.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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==`.

sqlite/include/userver/storages/sqlite/component.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sqlite/src/storages/sqlite/component.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)