diff Lib/IMPL/DOM/Node.pm @ 43:009aa9ca2e48

merge
author Sergey
date Thu, 07 Jan 2010 15:41:49 +0300
parents d660fb38b7cc
children 16ada169ca75
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Node.pm	Thu Jan 07 15:34:42 2010 +0300
+++ b/Lib/IMPL/DOM/Node.pm	Thu Jan 07 15:41:49 2010 +0300
@@ -208,7 +208,7 @@
     # this method is called by the parent node on his children, so we need no to check parent
     $this->{$document} = $this->{$parentNode}->document;
     
-    # prevetn ciclyc
+    # prevent cyclic
     weaken($this->{$document}) if $this->{$document};
     
     $_->_updateDocRefs foreach @{$this->{$childNodes}};