chore: fix typos (#32985)
This commit is contained in:
parent
069cde09fb
commit
1e8da899a3
14 changed files with 20 additions and 20 deletions
|
@ -208,7 +208,7 @@ class Invoker<IndicesHolder<indices...>, ArgTypes...>
|
|||
// GCC thinks that create_flags is going unused, even though the
|
||||
// expansion above clearly makes use of it. Per jyasskin@, casting
|
||||
// to void is the commonly accepted way to convince the compiler
|
||||
// that you're actually using a parameter/varible.
|
||||
// that you're actually using a parameter/variable.
|
||||
(void)create_flags;
|
||||
}
|
||||
|
||||
|
|
|
@ -119,7 +119,7 @@ class ShowItemHelper {
|
|||
bool owned = false;
|
||||
|
||||
if (!reader.PopBool(&owned)) {
|
||||
LOG(ERROR) << "Failed to read " << kMethodNameHasOwner << " resposne";
|
||||
LOG(ERROR) << "Failed to read " << kMethodNameHasOwner << " response";
|
||||
} else if (owned) {
|
||||
is_running = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue