From 5cf224e4549a9dfd8c715cc14a9d6531199a843e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 27 Jul 2022 19:59:49 +0200 Subject: Fix typo. --- c/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c') 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.", -- cgit v1.2.3