Skip to content

Commit e3747d4

Browse files
authored
Fix typo in windows-manager.js
Typo: widnow -> window
1 parent 991525c commit e3747d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/main/windows-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class ArcWindowsManager {
206206
open(path) {
207207
log.debug('[WM] Opening new window' + (path ? ': ' + path : ''));
208208
const index = this._getWindowIndex();
209-
log.debug('Generated index for the widnow: ' + index);
209+
log.debug('Generated index for the window: ' + index);
210210
const session = new ArcSessionControl(index);
211211
return session.load()
212212
.then((data) => {

0 commit comments

Comments
 (0)