runtime(doc): Fix typo in testing.txt (#14054)

Commit: 
https://github.com/vim/vim/commit/026b17404aa3b6e01c4ee5f14a174f33c53f4401
Author: h_east <h.east....@gmail.com>
Date:   Mon Feb 19 02:51:46 2024 +0900

    runtime(doc): Fix typo in testing.txt 
(https://github.com/vim/vim/issues/14054)
    
    Signed-off-by: h-east <h.east....@gmail.com>
    Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/doc/testing.txt b/runtime/doc/testing.txt
index 442285dc8..fcd402c02 100644
--- a/runtime/doc/testing.txt
+++ b/runtime/doc/testing.txt
@@ -235,7 +235,7 @@ test_mswin_event({event}, {args})           
*test_mswin_event()*
                    "mouse"     mouse event.
                    "key"       keyboard event.
                    "set_keycode_trans_strategy"
-                               Change the key transation method
+                               Change the key translation method.
 
                "mouse":
                  Inject either a mouse button click, or a mouse move, event.
@@ -294,7 +294,8 @@ test_mswin_event({event}, {args})           
*test_mswin_event()*
 
                "set_keycode_trans_strategy":
                  |w32-experimental-keycode-trans-strategy|
-                 Switch the keycode translation method. The supported methods 
are:
+                 Switch the keycode translation method. The supported methods
+                 are:
                    experimental:   The method used after Patch v8.2.4807
                                    using ToUnicode() Win API call.
                    classic:        The method used pre Patch v8.2.4807

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1rblSM-004vjK-PL%40256bit.org.

Reply via email to