[COMMON] Update words whitelist URL
[oom.git] / 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]