Fix typo in explanation of softtabstop and shiftwidth.
closes: #18823
Signed-off-by: Shin Rag <62047911+aquanjsw@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
-*usr_30.txt* For Vim version 9.1. Last change: 2025 Nov 09
+*usr_30.txt* For Vim version 9.1. Last change: 2025 Nov 28
VIM USER MANUAL by Bram Moolenaar
<Tab><Tab>a<Tab><BS> ------->a
To maintain global coherence, one can `:set softtabstop=-1` so that
-the value of 'shiftwidth' is use for the number of columns between two soft
+the value of 'shiftwidth' is used for the number of columns between two soft
tab stops.
If you prefer to have different values for 'shiftwidth' and 'softtabstop',