From fa03855c079477b6f0220015d151ceb35eb82044 Mon Sep 17 00:00:00 2001 From: zhangrengao Date: Thu, 28 Jul 2022 15:23:32 +0800 Subject: [PATCH] fix misspell Signed-off-by: zhangrengao Change-Id: I6db14cbb7069b26c7008a1cf3ac2407194d21bd3 --- compiler/src/pre_define.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/pre_define.ts b/compiler/src/pre_define.ts index 213b451..00a3686 100644 --- a/compiler/src/pre_define.ts +++ b/compiler/src/pre_define.ts @@ -245,7 +245,7 @@ export const ESMODULE: string = 'esmodule'; export const JSBUNDLE: string = 'jsbundle'; export const ENTRY_TXT: string = 'entry.txt'; export const ARK: string = 'ark'; -export const TEMPRARY: string = 'temporary'; +export const TEMPORARY: string = 'temporary'; export const MAIN: string = 'main'; export const AUXILIARY: string = 'auxiliary'; export const ZERO: string = '0';