diff options
-rw-r--r-- | dw/fltkviewport.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkviewport.cc b/dw/fltkviewport.cc index 11994d0d..c79eb8e8 100644 --- a/dw/fltkviewport.cc +++ b/dw/fltkviewport.cc @@ -343,7 +343,7 @@ void FltkViewport::positionChanged () /* * For scrollbars, this currently sets the same step to both vertical and - * horizontal. It may me differentiated if necessary. + * horizontal. It may be differentiated if necessary. */ void FltkViewport::setScrollStep(int step) { |