Skip to content

Commit fc0c879

Browse files
committed
fixing comments
1 parent 31642a7 commit fc0c879

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LittleBigMouse.Daemon/LittleBigMouse.Hook/LittleBigMouse.Hook.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ static void configureControlledCross(MouseEngine* engine) {
9898
/*
9999
* LBM_CC_HORZ_EDGE <- Defined or not, value is not used
100100
*
101-
* This envar, when defined, makes all horizontaol edges into
102-
* controlled crossings. The primary used case is when you
101+
* This envar, when defined, makes all horizontal edges into
102+
* controlled crossings. The primary use case is when you
103103
* have vertically stacked monitors. For instance, I have 3
104104
* side-by-side monitors, with a fourth monitor above the middle
105105
* monitor. Without controlled crossings interacting with the
@@ -138,7 +138,7 @@ static void configureControlledCross(MouseEngine* engine) {
138138
/*
139139
* LBM_CC_CTRL_KEY <- Defined or not, value is not used
140140
*
141-
* The envar, when defined, allows crossing a controlled edges
141+
* The envar, when defined, allows crossing a controlled edge
142142
* immediately if the Ctrl key is pressed while moving the mouse.
143143
* This can be used in concert with the LBM_CC_THRESHOLD envar.
144144
*/

0 commit comments

Comments
 (0)