aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-27 19:59:49 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-27 19:59:49 +0200
commit5cf224e4549a9dfd8c715cc14a9d6531199a843e (patch)
tree49d361ff22dcb390c103cf53231442565612ce62
parent9004eaac8c454cafcf4d54e29173c32db33a07ab (diff)
downloadEpisodeBrowser-5cf224e4549a9dfd8c715cc14a9d6531199a843e.tar.gz
Fix typo.
-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.",