chore: fix typo in electron_api_base_window.cc (#27644)

reseting -> resetting
This commit is contained in:
Ikko Ashimine 2021-02-08 10:18:08 +09:00 committed by GitHub
parent e87803919b
commit b88f585066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -857,7 +857,7 @@ bool BaseWindow::GetWindowButtonVisibility() const {
}
void BaseWindow::SetTrafficLightPosition(const gfx::Point& position) {
// For backward compatibility we treat (0, 0) as reseting to default.
// For backward compatibility we treat (0, 0) as resetting to default.
if (position.IsOrigin())
window_->SetTrafficLightPosition(base::nullopt);
else