summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--compiler/sourcemap.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/sourcemap.nim b/compiler/sourcemap.nim
index 2245250ac..2fcc50bbe 100644
--- a/compiler/sourcemap.nim
+++ b/compiler/sourcemap.nim
@@ -164,7 +164,7 @@ func toSourceMap*(info: SourceInfo, file: string): SourceMap {.raises: [].} =
   result.names = info.names
   # Convert nodes into mappings.
   # Mappings are split into blocks where each block referes to a line in the outputted JS.
-  # Blocks can be seperated into statements which refere to tokens on the line.
+  # Blocks can be separated into statements which refere to tokens on the line.
   # Since the mappings depend on previous values we need to
   # keep track of previous file, name, etc
   var