From f037e7ef4538b37625c0893d32cad36e72648c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Wed, 6 Nov 2019 14:49:00 +0100 Subject: Fix typos found by codespell - Typos were found by codespell v1.16.0 --- docs/markdown/Continuous-Integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Continuous-Integration.md') diff --git a/docs/markdown/Continuous-Integration.md b/docs/markdown/Continuous-Integration.md index 5eec67d..6565c6e 100644 --- a/docs/markdown/Continuous-Integration.md +++ b/docs/markdown/Continuous-Integration.md @@ -74,7 +74,7 @@ install: - cmd: if %arch%==x86 (set PYTHON_ROOT=C:\python37) else (set PYTHON_ROOT=C:\python37-x64) # Print out dependency paths - cmd: echo Using Python at %PYTHON_ROOT% - # Add neccessary paths to PATH variable + # Add necessary paths to PATH variable - cmd: set PATH=%cd%;C:\ninja-build;%PYTHON_ROOT%;%PYTHON_ROOT%\Scripts;%PATH% # Install meson - cmd: pip install meson -- cgit v1.1