typos: dictionnary -> dictionary

* doc/org/upgrade2.org, tests/python/prodexpt.py,
tests/python/product.ipynb, NEWS: Fix typos.
* tests/sanity/style.test: Add a check for this.
This commit is contained in:
Alexandre Duret-Lutz 2017-03-08 16:10:47 +01:00
parent 0d8a88b28b
commit 47e1c9692e
5 changed files with 14 additions and 10 deletions

View file

@ -732,7 +732,7 @@
"\n",
"We will build an automaton of type `twa_graph`, i.e., an automaton represented explicitely using a graph. In those automata, states are numbered by integers, starting from `0`. (Those states can also be given a different name, which is why the the `product()` shows us something that appears to be labeled by pairs, but the real identifier of each state is an integer.)\n",
"\n",
"We will use a dictionnary to keep track of the association between a pair `(ls,rs)` of input states, and its number in the output."
"We will use a dictionary to keep track of the association between a pair `(ls,rs)` of input states, and its number in the output."
]
},
{
@ -2064,4 +2064,4 @@
"metadata": {}
}
]
}
}