patch 9.1.0942: a few typos were found

Problem:  a few typos were found
Solution: fix them (zeertzjq)

closes: #16232

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index 510d800..4e57797 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -125,7 +125,7 @@
 					*inclusive-motion-selection-exclusive*
 When 'selection' is "exclusive", |Visual| mode is active and an inclusive
 motion has been used, the cursor position will be adjusted by another
-character to the right, so that the visual selection includes the expected
+character to the right, so that the Visual selection includes the expected
 text and can be acted upon.
 
 								*forced-motion*