Skip to content

Commit e83dac4

Browse files
committed
Fix typo 'GENARTING'
1 parent 59a5341 commit e83dac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/app/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ process flags fname input = do
159159

160160
----- STACK ----------------------------------------
161161
let stack = Raw2Stack.rawProg2Stack rawopt
162-
when verbose $ printSep "GENARTING STACK"
162+
when verbose $ printSep "GENERATING STACK"
163163
when verbose $ writeFileD "out/out.stack" (show stack)
164164
let stackjs = Stack2JS.irProg2JSString compileMode debugOut stack
165165
let jsFile = outFile flags (fromJust fname)

0 commit comments

Comments
 (0)