forked from aniani/vim
patch 8.2.3914: various spelling mistakes in comments
Problem: Various spelling mistakes in comments. Solution: Fix the mistakes. (Dominique Pellé, closes #9416)
This commit is contained in:
committed by
Bram Moolenaar
parent
5da36052a4
commit
af4a61a85d
@@ -216,7 +216,7 @@ gui_athena_scroll_cb_scroll(
|
||||
else if (value < 0)
|
||||
value = 0;
|
||||
|
||||
// Update the bottom scrollbar an extra time (why is this needed??
|
||||
// Update the bottom scrollbar an extra time (why is this needed??)
|
||||
if (sb->wp == NULL) // Bottom scrollbar
|
||||
gui_mch_set_scrollbar_thumb(sb, value, sb->size, sb->max);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user