Skip to content

Commit

Permalink
Fix typo in allevents example
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed May 18, 2020
1 parent 5d127e2 commit d8750ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/allevents.cpp
@@ -1,5 +1,5 @@
// LAF Library
// Copyright (c) 2019 Igara Studio S.A.
// Copyright (c) 2019-2020 Igara Studio S.A.
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
Expand Down Expand Up @@ -72,7 +72,7 @@ class LogWindow {
return false;
else
m_nextEscCloses = true;
logLine("-- Next KeyDown iwth kKeyEsc will close the window --");
logLine("-- Next KeyDown with kKeyEsc will close the window --");
}
else {
m_nextEscCloses = false;
Expand Down

0 comments on commit d8750ad

Please sign in to comment.