diff options
author | Alexandre Detiste | 2016-02-14 10:27:44 +0100 |
---|---|---|
committer | Alexandre Detiste | 2016-02-15 18:27:02 +0100 |
commit | 6c298e964f7352d82b13d5f60d8e5cc638176dcd (patch) | |
tree | 5e90ad2065c7fbaa86e76b82a4ba5b1fc2bb5105 /common | |
parent | a12940c0a9d67ceb3e13a0b20f50000cc18841a3 (diff) | |
download | scummvm-rg350-6c298e964f7352d82b13d5f60d8e5cc638176dcd.tar.gz scummvm-rg350-6c298e964f7352d82b13d5f60d8e5cc638176dcd.tar.bz2 scummvm-rg350-6c298e964f7352d82b13d5f60d8e5cc638176dcd.zip |
JANITORIAL: Typos detected with lintian & grep
Diffstat (limited to 'common')
-rw-r--r-- | common/taskbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/taskbar.h b/common/taskbar.h index b4ec673739..f1a9adb2d9 100644 --- a/common/taskbar.h +++ b/common/taskbar.h @@ -123,7 +123,7 @@ public: virtual void addRecent(const String &name, const String &description) {} /** - * Notifies the user an error occured through the taskbar icon + * Notifies the user an error occurred through the taskbar icon * * This will for example show the taskbar icon as red (using progress of 100% and an error state) * on Windows, and set the launcher icon in the urgent state on Unity |