Skip to content

Commit 53d38bb

Browse files
committed
fix typo
1 parent 275db03 commit 53d38bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/logo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// This program is free software; you can redistribute it and/or
66
// modify it under the terms of the The GNU Affero General Public
7-
// License as published by the Free Software Foundatioff; either
7+
// License as published by the Free Software Foundation; either
88
// version 3 of the License, or (at your option) any later version.
99
//
1010
// You should have received a copy of the GNU Affero General Public
@@ -177,7 +177,7 @@ class Logo {
177177
this.inTempo = false;
178178
this.inPitchSlider = false;
179179
this.inMusicKeyboard = false;
180-
this._currentDrumlock = null;
180+
this._currentDrumBlock = null;
181181
this.inTimbre = false;
182182
this.inArpeggio = false;
183183
this.insideModeWidget = false;

0 commit comments

Comments
 (0)