summaryrefslogtreecommitdiff
path: root/shared/taskbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/taskbar.h')
-rw-r--r--shared/taskbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/taskbar.h b/shared/taskbar.h
index ca836609..278aca0e 100644
--- a/shared/taskbar.h
+++ b/shared/taskbar.h
@@ -19,7 +19,7 @@ namespace Utility
{
class TaskbarNotAvailable {};
-//show progress in windows superbar via ITaskbarList3 Interfce (http://msdn.microsoft.com/en-us/library/dd391692(VS.85).aspx)
+//show progress in windows superbar via ITaskbarList3 Interface (http://msdn.microsoft.com/en-us/library/dd391692(VS.85).aspx)
class TaskbarProgress
{
public:
bgstack15