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:
parent
0d8a88b28b
commit
47e1c9692e
5 changed files with 14 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: python; coding: utf-8 -*-
|
||||
# Copyright (C) 2016 Laboratoire de Recherche et Développement
|
||||
# de l'Epita
|
||||
# Copyright (C) 2016-2017 Laboratoire de Recherche et Développement de l'Epita
|
||||
# (LRDE).
|
||||
#
|
||||
# This file is part of Spot, a model checking library.
|
||||
#
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
import spot
|
||||
|
||||
# make sure that we are not allowed to build the product of two automata with
|
||||
# different dictionnaries.
|
||||
# different dictionaries.
|
||||
|
||||
aut1 = spot.translate('Xa')
|
||||
aut2 = spot.translate('Xb', dict=spot.make_bdd_dict())
|
||||
|
|
|
|||
|
|
@ -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": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#! /bin/sh
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
|
||||
# Laboratoire de Recherche et Développement de l'Epita (LRDE).
|
||||
# Copyright (C) 2009-2017 Laboratoire de Recherche et Développement de
|
||||
# l'Epita (LRDE).
|
||||
# Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6
|
||||
# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
|
||||
# Pierre et Marie Curie.
|
||||
|
|
@ -84,6 +84,10 @@ for dir in "$TOP/spot" "$TOP/bin" "$TOP/tests"; do
|
|||
$GREP -i 'accepting cond' $file &&
|
||||
diag 'accepting -> acceptance'
|
||||
|
||||
# Check this before stripping comments and strings.
|
||||
$GREP -i 'dictionnar[yi]' $file &&
|
||||
diag 'dictionnary -> dictionary'
|
||||
|
||||
$GREP -i 'version 2 of the License' $file &&
|
||||
diag 'license text should refer to version 2'
|
||||
$GREP -i 'Temple Place' $file &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue