Browse Source

[ZF-6566]"instrospect" should be "introspect"

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15373 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 years ago
parent
commit
72a204ed75

+ 1 - 1
documentation/manual/en/module_specs/Zend_Reflection-Introduction.xml

@@ -32,7 +32,7 @@
         <listitem><para>
             Files gain a Reflection class, allowing introspection of PHP files.
             This provides the ability to determine what functions and classes
-            are defined in a given file, as well as to instrospect them.
+            are defined in a given file, as well as to introspect them.
         </para></listitem>
 
         <listitem><para>