Explorar o código

Typo in a comment !

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1984 a333f486-631f-4898-b8df-5754b55c2be0
dflaven %!s(int64=13) %!d(string=hai) anos
pai
achega
e36693ccc5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup/modelfactory.class.inc.php

+ 1 - 1
setup/modelfactory.class.inc.php

@@ -1641,7 +1641,7 @@ class MFDocument extends DOMDocument
 		parent::__construct('1.0', 'UTF-8');
 		$this->registerNodeClass('DOMElement', 'MFElement');
 
-		$this->formatOutput = true; // indent (must by loaded with option LIBXML_NOBLANKS)
+		$this->formatOutput = true; // indent (must be loaded with option LIBXML_NOBLANKS)
 		$this->preserveWhiteSpace = true; // otherwise the formatOutput option would have no effect
 	}