From 72d93ea6f06f255c58645b99bb7338a0cdd1505a Mon Sep 17 00:00:00 2001 From: Takashi Sawanaka Date: Sun, 1 Oct 2023 15:32:59 +0900 Subject: [PATCH] Fix typo --- Src/DirView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/DirView.cpp b/Src/DirView.cpp index 28520ef8501..078a5a90207 100644 --- a/Src/DirView.cpp +++ b/Src/DirView.cpp @@ -66,7 +66,7 @@ using namespace std::placeholders; */ constexpr int TimeToSignalCompare = 3; -// The resource ID constexprants/limits for the Shell context menu +// The resource ID constants/limits for the Shell context menu constexpr UINT LeftCmdFirst = 0x9000; // this should be greater than any of already defined command IDs constexpr UINT BothCmdLast = 0xffff; // maximum available value constexpr UINT LeftCmdLast = LeftCmdFirst + (BothCmdLast - LeftCmdFirst) / 4; // divide available range equally between two context menus