diff --git a/ChangeLog b/ChangeLog index ffd883bd5..9686b4b99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-05-25 Alexandre Duret-Lutz + + * wrap/python/cgi/ltl2tgba.in: Typos. + 2004-05-24 Alexandre Duret-Lutz * src/sanity/style.test: Catch `;'-not-followed-by-space. diff --git a/wrap/python/cgi/ltl2tgba.in b/wrap/python/cgi/ltl2tgba.in index 347957f63..e9c171b19 100644 --- a/wrap/python/cgi/ltl2tgba.in +++ b/wrap/python/cgi/ltl2tgba.in @@ -170,7 +170,7 @@ def render_automaton(basename, automata, dont_run_dot): if dont_run_dot: print ('

' + dont_run_dot + ''' to be rendered on-line. However you may download the source in dot format en render it yourself.') + + '.txt">source in dot format and render it yourself.') else: render_dot(basename) @@ -205,7 +205,7 @@ options_common = [ ] options_debug = [ ('show_parse', 'show traces during parsing', 0), - ('show_dictionnay', 'print BDD dictionary', 0), + ('show_dictionnary', 'print BDD dictionary', 0), ] options_trans_fm = [ ('opt_exprop', 'optimize determinism', 1), @@ -243,9 +243,9 @@ propositions, and parentheses for grouping.
Identifiers cannot start with the letter of a prefix operator (F, G, or X): for instance GFa means G(F(a)). Use "GFa" if you really want -to refer to GFa as a proposition.
Conversly, infix +to refer to GFa as a proposition.
Conversely, infix letter operators are not assumed to be operators if they are part of -an indentifier: aUb is an atomic proposition, unlike +an identifier: aUb is an atomic proposition, unlike a U b and (a)U(b)

@@ -452,7 +452,7 @@ if show_never_claim: print '' sys.stdout.flush() -if show_dictionnay: +if show_dictionnary: print '

BDD dictionary

' print '
'
     sys.stdout.flush()