Fix some typos (found by codespell) (#1316)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
5a56c20221
commit
64065b2798
14 changed files with 22 additions and 22 deletions
|
@ -21,7 +21,7 @@ export enum UserInputEvent {
|
|||
}
|
||||
|
||||
|
||||
//we cannot use a map structure so we have to create a replacment
|
||||
//we cannot use a map structure so we have to create a replacement
|
||||
export class ActiveEventList {
|
||||
private eventMap : Map<UserInputEvent, boolean> = new Map<UserInputEvent, boolean>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue