diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 4cecc8322..15412cd9b 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -6935,7 +6935,7 @@ reltime([{start} [, {end}]])				*reltime()*
 		string or |reltimefloat()| to convert to a Float.
 
 		Without an argument reltime() returns the current time (the
-		representation is system-dependend, it can not be used as the
+		representation is system-dependent, it can not be used as the
 		wall-clock time, see |localtime()| for that).
 		With one argument is returns the time passed since the time
 		specified in the argument.
diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt
index 8cf03e090..4ef344eca 100644
--- a/runtime/doc/version9.txt
+++ b/runtime/doc/version9.txt
@@ -14671,7 +14671,7 @@ Files:      src/vim9execute.c, src/testdir/test_vim9_script.vim
 
 Patch 8.2.2352
 Problem:    If the focus lost/gained escape sequence is received twice it is
-            not ignored. (Christ van Willigen)
+            not ignored. (Christ van Willegen)
 Solution:   Adjust the logic to ignore the escape code.
 Files:      src/term.c
 
@@ -21611,7 +21611,7 @@ Files:      runtime/doc/options.txt, src/gui.c, src/gui.h, src/gui_gtk_x11.c,
 
 Patch 8.2.3525
 Problem:    Option variable name does not match option name. (Christ van
-            Willigen)
+            Willegen)
 Solution:   Rename the variable.
 Files:      src/buffer.c, src/insexpand.c, src/option.c, src/optionstr.c,
             src/structs.h
@@ -28625,7 +28625,7 @@ Files:      src/vim9compile.c, src/proto/vim9compile.pro, src/vim9cmds.c,
 
 Patch 8.2.4667
 Problem:    expandcmd() fails on an error.
-Solution:   On failure return the command unmodified. (yegappan Lakshmanan,
+Solution:   On failure return the command unmodified. (Yegappan Lakshmanan,
             closes #10063)
 Files:      runtime/doc/builtin.txt, src/evalfunc.c,
             src/testdir/test_expand.vim
@@ -31311,7 +31311,7 @@ Files:      src/evalbuffer.c, src/channel.c, src/cmdexpand.c, src/evalfunc.c,
 
 Patch 8.2.5108
 Problem:    Retab test disabled because it hangs on MS-Windows.
-Solution:   Also set got_int at the other place a overlong text is detected.
+Solution:   Also set got_int at the other place an overlong text is detected.
 Files:      src/indent.c, src/testdir/test_retab.vim
 
 Patch 8.2.5109
@@ -31475,7 +31475,7 @@ Files:      src/os_unix.c, src/regexp_nfa.c, src/regexp_bt.c
 
 Patch 8.2.5138
 Problem:    Various small issues.
-Solution:   Various small improvments.
+Solution:   Various small improvements.
 Files:      src/filepath.c, src/job.c, src/mark.c, src/move.c,
             src/popupwin.c, src/testdir/test_filetype.vim
 
