Browse Source

[DOCS] Fix compilation issue

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19724 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 16 years ago
parent
commit
fbd0a23a00

+ 1 - 1
documentation/manual/en/module_specs/Zend_Markup-Getting-Started.xml

@@ -69,7 +69,7 @@ Should output something like:
         <para>
             Besides simply parsing and rendering markup such as BBCode,
             <classname>Zend_Markup</classname> is also able to handle incorrect input. Most BBCode
-            processors are not able to render all input to <acroym>XHTML</acroym> valid output.
+            processors are not able to render all input to <acronym>XHTML</acronym> valid output.
             <classname>Zend_Markup</classname> corrects input that is nested incorrectly, and also
             closes tags that were not closed:
         </para>