Skip to content

Commit e1c1d88

Browse files
danimtbmemsharded
authored andcommitted
Enable spelling in make.bat for windows (conan-io#985)
* Enable spelling in make.bat * Fix spelling * more fixes
1 parent 5bdbd49 commit e1c1d88

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

faq/troubleshooting.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ ERROR: Error while initializing Options
142142

143143
When installing a Conan package and the follow error occurs:
144144

145-
.. code-block:: text
145+
.. code-block:: bash
146146
147147
ERROR: conanfile.py: Error while initializing options. Please define your default_options as list or multiline string
148148
149-
Problably your Conan version is outdated.
149+
Probably your Conan version is outdated.
150150
The error is related to `default_options` be used as dictionary and only can be handled by Conan >= 1.8.
151151
To fix this error, update Conan to 1.8 or higher.

make.bat

+8
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,12 @@ if "%1" == "pseudoxml" (
260260
goto end
261261
)
262262

263+
if "%1" == "spelling" (
264+
%SPHINXBUILD% -b spelling %ALLSPHINXOPTS% %BUILDDIR%/spelling
265+
if errorlevel 1 exit /b 1
266+
echo.
267+
echo.Build finished. The spelling files are in %BUILDDIR%/spelling.
268+
goto end
269+
)
270+
263271
:end

spelling_wordlist.txt

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ bintray
3636
Bintray
3737
Bitbucket
3838
bjam
39+
blog
3940
boolean
4041
Boolean
4142
Borland
@@ -54,6 +55,7 @@ checksums
5455
Chocolatey
5556
ci
5657
CLion
58+
cloudfare
5759
cmake
5860
CMAKE
5961
CMake
@@ -85,6 +87,7 @@ cxx
8587
cxxflags
8688
cygwin
8789
Cygwin
90+
Debian
8891
defaultConfig
8992
dependants
9093
deployable
@@ -170,6 +173,7 @@ iOS
170173
IPv
171174
isn
172175
java
176+
jenkins
173177
JFrog
174178
jN
175179
jpeg
@@ -195,6 +199,7 @@ logins
195199
logout
196200
lXXX
197201
lzma
202+
Macos
198203
macOS
199204
Make
200205
make
@@ -232,6 +237,7 @@ OpenCV
232237
OpenSSL
233238
openssl
234239
openSUSE
240+
org
235241
os
236242
OSInfo
237243
overridable
@@ -355,6 +361,7 @@ toolchains
355361
toolset
356362
Toolsets
357363
toolsets
364+
Tox
358365
tracebacks
359366
travis
360367
tty

0 commit comments

Comments
 (0)