mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 04:53:42 +00:00
misspell.csv: add new misspellings; also check in result of 'make spellfix'.
This commit is contained in:
@@ -172,9 +172,9 @@ func setupEnv() {
|
||||
func setupHeap() {
|
||||
if heapStart != 0 {
|
||||
if debugInit {
|
||||
print("Heap already overrided by hblauncher")
|
||||
print("Heap already overridden by hblauncher")
|
||||
}
|
||||
// Already overrided
|
||||
// Already overridden
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user