aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-02-11 21:29:01 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-11 21:29:01 +0000
commitcacfe7b32bcd951a2bb173d8beab8cf22da67ac4 (patch)
tree128100ef660b370c610ab568ec92d52254e20dd2
parent582c0436fb78854623608159b615d2b422c65149 (diff)
parent089ba21e63a969f602145948948e075998a15c36 (diff)
Merge "[COMMON] Update words whitelist URL"
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7d8dfc76ff..7c7060f16d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,7 +32,7 @@ deps =
PyEnchant
changedir={toxinidir}/docs
commands =
- wget -nv https://git.onap.org/doc/plain/docs/validwords.txt -O spelling_wordlist.txt
+ wget -nv https://git.onap.org/doc/plain/docs/spelling_wordlist.txt -O spelling_wordlist.txt
sphinx-build -b spelling -d {envtmpdir}/doctrees . _build/spelling
[testenv:gitlint]