Merge "[COMMON] Update words whitelist URL"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 11 Feb 2021 21:29:01 +0000 (21:29 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 11 Feb 2021 21:29:01 +0000 (21:29 +0000)
tox.ini

diff --git a/tox.ini b/tox.ini
index 7d8dfc7..7c7060f 100644 (file)
--- 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]