Skip to content

Commit 88719cf

Browse files
authored
Merge pull request #261 from wluberti/master
Fix typo in windows-manager.js
2 parents 991525c + e3747d4 commit 88719cf

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)