mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
chore: fix typos (#32985)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user