Update runtime files
diff --git a/runtime/doc/version5.txt b/runtime/doc/version5.txt
index d09640a..9bc43bb 100644
--- a/runtime/doc/version5.txt
+++ b/runtime/doc/version5.txt
@@ -3262,7 +3262,7 @@
on patch from Mohsin Ahmed)
When reading a file, there is an automatic detection whether it has been
-crypted. Vim will then prompt for the key.
+encrypted. Vim will then prompt for the key.
Note that the encryption method is not compatible with Vi. The encryption is
not unbreakable. This allows it to be exported from the US.
@@ -7622,7 +7622,7 @@
Previously released patches for Vim 5.7:
Patch 5.7.001
-Problem: When the current buffer is crypted, and another modified buffer
+Problem: When the current buffer is encrypted, and another modified buffer
isn't, ":wall" will encrypt the other buffer.
Solution: In buf_write() use "buf" instead of "curbuf" to check for the
crypt key.