Fix a few typos
Commit:
https://github.com/vim/vim/commit/dc4734448bd06247747fd9dd6ca8e75cfdd95030
Author: Yasuhiro Matsumoto <[email protected]>
Date: Sun Apr 12 16:19:36 2026 +0000
Fix a few typos
closes: https://github.com/vim/vim/issues/19953
Signed-off-by: Yasuhiro Matsumoto <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt
index 5ea4d7a04..502149686 100644
--- a/src/INSTALLpc.txt
+++ b/src/INSTALLpc.txt
@@ -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
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 7834f2bdb..73ed9f227 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -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
}
--
--
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 [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1wBxhJ-00GglX-Jq%40256bit.org.