Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Oct 1, 2023
1 parent 459c3f1 commit 72d93ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/DirView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72d93ea

Please sign in to comment.