aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--c/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/main.cpp b/c/main.cpp
index 8a8e198..aab6535 100644
--- a/c/main.cpp
+++ b/c/main.cpp
@@ -312,7 +312,7 @@ LRESULT CALLBACK WndProc(const HWND hWnd, const UINT uMsg, const WPARAM wParam,
{
/* Look up status bar help for menu command. The help
* strings are stored in arrays, whose indices
- * correspond to the IDM_ values (see resources.h). */
+ * correspond to the IDM_ values (see resource.h). */
static const wchar_t* aWszMenu[] = {
/*IDM_FILE_EXIT*/L"Close Episode Browser.",