Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/CmdUI
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-05-13 20:23:52 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-05-13 20:24:38 +0400
commitcf098e587834857916ea77e4a5fa5161352a4132 (patch)
tree61d88b43f678b40a38cfa54078bc3a255e2d142b /src/CmdUI
parentfe5187e3129625412d035d33817124e476bd9c70 (diff)
Fix typos in comments.
Diffstat (limited to 'src/CmdUI')
-rw-r--r--src/CmdUI/CmdUI.cpp2
-rw-r--r--src/CmdUI/CmdUI.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/CmdUI/CmdUI.cpp b/src/CmdUI/CmdUI.cpp
index a09e0c65c..53365e149 100644
--- a/src/CmdUI/CmdUI.cpp
+++ b/src/CmdUI/CmdUI.cpp
@@ -19,7 +19,7 @@
*
*/
-// CmdUIDialog.cpp : implementation file
+// CmdUI.cpp : implementation file
//
#include "stdafx.h"
diff --git a/src/CmdUI/CmdUI.h b/src/CmdUI/CmdUI.h
index 6062532c6..5aa38fab9 100644
--- a/src/CmdUI/CmdUI.h
+++ b/src/CmdUI/CmdUI.h
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2012 see Authors.txt
+ * (C) 2006-2013 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -21,7 +21,7 @@
#pragma once
-// CCmdUIDialog dialog
+// CCmdUI dialog
#include <afxdlgs.h>