]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
Fix a few typos
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Sun, 12 Apr 2026 16:19:36 +0000 (16:19 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 12 Apr 2026 16:19:36 +0000 (16:19 +0000)
closes: #19953

Signed-off-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/INSTALLpc.txt
src/ex_docmd.c

index 5ea4d7a04edc56b33a78bdde8233d87743ef0e2c..50214968605860750499a849f7bbd14b6024ebf6 100644 (file)
@@ -183,7 +183,7 @@ src/INSTALLpc.txt file for instructions.
 2. MSYS2 with MinGW
 ===================
 
-2.1 Buidling x86 32bit or 64bit versions.
+2.1 Building x86 32bit or 64bit versions.
 
 2.1.1. Setup the basic msys2 environment
 
@@ -303,7 +303,7 @@ To build Vim with the address sanitizer (ASAN), execute the following command:
     CXX=clang++
     make -f Make_ming.mak DEBUG=yes ASAN=yes
 
-2.2 Buidling an Arch64 version of Vim
+2.2 Building an Arch64 version of Vim
 
 2.2.1. Setup the basic msys2 environment
 
index 7834f2bdbd4fd80e2877b223011a088183147bf4..73ed9f22765391e1981617a7027418ad09629efb 100644 (file)
@@ -8366,7 +8366,7 @@ do_sleep(long msec, int hide_cursor)
        // actual time passed
        done = ELAPSED_FUNC(start_tv);
 #else
-       // guestimate time passed (will actually be more)
+       // guesstimate time passed (will actually be more)
        done += wait_now;
 #endif
     }