reference/yaf/yaf_dispatcher/getapplication.xml
49d4fb555745d1981edac87a5a2d8ae53b5f75df
...
...
@@ -4,7 +4,7 @@
4
4
<refentry xml:id="yaf-dispatcher.getapplication" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>Yaf_Dispatcher::getApplication</refname>
7
-
<refpurpose>Retrive the application</refpurpose>
7
+
<refpurpose>Retrieve the application</refpurpose>
8
8
</refnamediv>
9
9

10
10
<refsect1 role="description">
...
...
@@ -14,7 +14,7 @@
14
14
<void />
15
15
</methodsynopsis>
16
16
<para>
17
-
Retrive the <classname>Yaf_Application</classname> instance. same as
17
+
Retrieve the <classname>Yaf_Application</classname> instance. same as
18
18
<methodname>Yaf_Application::app</methodname>.
19
19
</para>
20
20

21
21