Skip to content

Commit

Permalink
various: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored and andreasabel committed Jul 26, 2023
1 parent d5ba1ac commit 8720b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion document/tutorial/bnfc-tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <H2>Compiling the compiler in Java</H2>
<PRE>
echo "23 + 4 * 70" | java Calc/Test

Parse Succesful!
Parse Successful!
[Abstract Syntax]
(EAdd (EInt 23) (EMul (EInt 4) (EInt 70)))
[Linearized Tree]
Expand Down
2 changes: 1 addition & 1 deletion source/src/BNFC/Backend/Java.hs
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ javaTest (JavaTestParams
]
, [ invocation px (text packageAbsyn) dat absentity
, printOuts
[ "\"Parse Succesful!\""
[ "\"Parse Successful!\""
, "\"[Abstract Syntax]\""
, "PrettyPrinter.show(ast)"
, "\"[Linearized Tree]\""
Expand Down

0 comments on commit 8720b32

Please sign in to comment.