summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2022-03-15 17:17:00 +0800
committerGitHub <noreply@github.com>2022-03-15 10:17:00 +0100
commit446f4bfed1463f9016cf6bdd36f6b30700bec0ad (patch)
treee36aae1c32c2dc8065b79822c02eb6d2529bb311 /make.bat
parent8091fa5999d2ac5c83e4aaf99a5560dc63dbee4b (diff)
downloadpsutil-446f4bfed1463f9016cf6bdd36f6b30700bec0ad.tar.gz
fix some typos (#2085)
Signed-off-by: cuishuang <imcusg@gmail.com>
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.bat b/make.bat
index 8e60811c..e292bb16 100644
--- a/make.bat
+++ b/make.bat
@@ -2,7 +2,7 @@
rem ==========================================================================
rem Shortcuts for various tasks, emulating UNIX "make" on Windows.
-rem It is primarly intended as a shortcut for compiling / installing
+rem It is primarily intended as a shortcut for compiling / installing
rem psutil ("make.bat build", "make.bat install") and running tests
rem ("make.bat test").
rem