patch 8.2.2440: documentation based on patches is outdated
Problem: Documentation based on patches is outdated.
Solution: Add changes to documentation in a patch.
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index 161527c..67ca8a0 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -16933,7 +16933,7 @@
Files: src/screen.c
Patch 8.0.0383 (after 8.0.0382)
-Problem: Misplaced #ifdef. (Christ van Willigen)
+Problem: Misplaced #ifdef. (Christ van Willegen)
Solution: Split assignment.
Files: src/screen.c
@@ -19612,7 +19612,7 @@
Patch 8.0.0815
Problem: Terminal window not correctly updated when 'statusline' invokes
- ":sleep". (NIkolay Pavlov)
+ ":sleep". (Nikolay Pavlov)
Solution: Clear got_int. Repeat redrawing when needed.
Files: src/terminal.c