diff Lib/IMPL/DOM/Node.pm @ 38:d660fb38b7cc

small fixes ORM shema to SQL schema transformation
author Sergey
date Mon, 23 Nov 2009 17:57:07 +0300
parents c2e7f7c96bcd
children 16ada169ca75
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Node.pm	Mon Nov 23 00:59:06 2009 +0300
+++ b/Lib/IMPL/DOM/Node.pm	Mon Nov 23 17:57:07 2009 +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}};