Skip to content

Commit d845aa5

Browse files
Googlera-maurice
authored andcommitted
No assing around here, please.
typo fix: s/assing/assing/gi #typo PiperOrigin-RevId: 310381486
1 parent 173062a commit d845aa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

remote_config/src/desktop/remote_config_desktop.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,14 @@ class RemoteConfigInternal {
149149
// Returns true and assigns the found record to the `value` if the `active` or
150150
// `defaults` holders contains a record for the key.
151151
//
152-
// Assing `info->source` If info is not nullptr.
152+
// Assign `info->source` If info is not nullptr.
153153
bool CheckValueInActiveAndDefault(const char* key,
154154
ValueInfo* info, std::string* value);
155155

156156
// Returns true and assigns the found record to the `value` if the `holder`
157157
// contains a record for the key.
158158
//
159-
// Assing `info->source` If info is not nullptr.
159+
// Assign `info->source` If info is not nullptr.
160160
bool CheckValueInConfig(const NamespacedConfigData& config,
161161
ValueSource source, const char* key, ValueInfo* info,
162162
std::string* value);
@@ -211,7 +211,7 @@ class RemoteConfigInternal {
211211

212212
// Avoid using more than one fetching process per time.
213213
//
214-
// Call `fetch_channel_.Put()` and assing `true` only if value is
214+
// Call `fetch_channel_.Put()` and assign `true` only if value is
215215
// `false`. Fetching thread will notify and fetch config. When fetching
216216
// will finish it will be assigned to `false`.
217217
bool is_fetch_process_have_task_;

0 commit comments

Comments
 (0)