Skip to content

Commit e04394f

Browse files
committed
Fix typo 'GENARTING'
1 parent 7c0426d commit e04394f

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
@@ -160,7 +160,7 @@ process flags fname input = do
160160

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

0 commit comments

Comments
 (0)