mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed some more typos
This commit is contained in:
parent
8f6f29943d
commit
a54da0b832
104 changed files with 157 additions and 157 deletions
|
|
@ -107,7 +107,7 @@ public:
|
|||
{
|
||||
notDragging, /**< Dragging is not active. */
|
||||
absoluteDrag, /**< The dragging corresponds directly to the value that is displayed. */
|
||||
velocityDrag /**< The dragging value change is relative to the velocity of the mouse mouvement. */
|
||||
velocityDrag /**< The dragging value change is relative to the velocity of the mouse movement. */
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue