diff options
author | 2021-08-04 12:30:17 -0700 | |
---|---|---|
committer | 2021-08-04 12:30:17 -0700 | |
commit | d2b15c0d75b60696e902084eeb0d1938ca3053d4 (patch) | |
tree | 73a6a952211635f92277d69c8c5be1adfdb815a1 /src/runtime.footer.js | |
parent | 5467f2fc1a15f6adb11abfaf8be245e2886dea3b (diff) | |
download | bun-d2b15c0d75b60696e902084eeb0d1938ca3053d4.tar.gz bun-d2b15c0d75b60696e902084eeb0d1938ca3053d4.tar.zst bun-d2b15c0d75b60696e902084eeb0d1938ca3053d4.zip |
Fix typo in runtime js code
Former-commit-id: 4b996236ef859c3f5aa8b93eae66d8878674f527
Diffstat (limited to 'src/runtime.footer.js')
-rw-r--r-- | src/runtime.footer.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/runtime.footer.js b/src/runtime.footer.js index cad687e2d..6217cc396 100644 --- a/src/runtime.footer.js +++ b/src/runtime.footer.js @@ -11,6 +11,6 @@ export var $$lzy = SPEEDY_RUNTIME.$$lzy; export var __toModule = SPEEDY_RUNTIME.__toModule; export var __commonJS = SPEEDY_RUNTIME.__commonJS; export var __require = SPEEDY_RUNTIME.__require; -export var __name = PEEDY_RUNTIME.__name; -export var __export = PEEDY_RUNTIME.__export; -export var __reExport = PEEDY_RUNTIME.__reExport; +export var __name = SPEEDY_RUNTIME.__name; +export var __export = SPEEDY_RUNTIME.__export; +export var __reExport = SPEEDY_RUNTIME.__reExport; |