about summary refs log tree commit diff stats
path: root/src/html
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-11-30 10:23:39 +0100
committerbptato <nincsnevem662@gmail.com>2022-11-30 10:23:39 +0100
commit33c93d1166ec99b7119e25363c1c55138e746442 (patch)
tree8081d7616dd9af064e2210faaac9575a72b98cec /src/html
parent6c4b7671df166bec49b1a175f759974ff5962a38 (diff)
downloadchawan-33c93d1166ec99b7119e25363c1c55138e746442.tar.gz
Fix typo
Diffstat (limited to 'src/html')
-rw-r--r--src/html/dom.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/dom.nim b/src/html/dom.nim
index ab3b95be..153b91a1 100644
--- a/src/html/dom.nim
+++ b/src/html/dom.nim
@@ -888,7 +888,7 @@ proc remove*(node: Node) =
   node.root = nil
 
   #TODO assigned, shadow root, shadow root again, custom nodes, registered observers
-  #TODO not surpress observers => queue tree mutation record
+  #TODO not suppress observers => queue tree mutation record
 
 proc adopt(document: Document, node: Node) =
   if node.parentNode != nil: