runtime(doc): fix two typos in `vim9.txt` and `options.txt` (#13258)
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 493fa87..c518663 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -435,7 +435,7 @@
let &tagfunc = L
In Vim9 script, in a compiled function, you can use a lambda, but a
-closured does not work, because the function will be called without the
+closure does not work, because the function will be called without the
context of where it was defined.