diff options
Diffstat (limited to 'plugins/ZeroSwitch/src/ZeroSwitch.cpp')
-rw-r--r-- | plugins/ZeroSwitch/src/ZeroSwitch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ZeroSwitch/src/ZeroSwitch.cpp b/plugins/ZeroSwitch/src/ZeroSwitch.cpp index df460395c8..30261ee18a 100644 --- a/plugins/ZeroSwitch/src/ZeroSwitch.cpp +++ b/plugins/ZeroSwitch/src/ZeroSwitch.cpp @@ -64,7 +64,7 @@ void CreateHelperWnd() return; // We need only one helper window
// Widows taskbar workaround
// We don't want our helper window to be displayed on Windows taskbar.
- // So firt of all we have to create an invisible window and then set it as
+ // So first of all we have to create an invisible window and then set it as
// parent to our window.
// Register windows class
|