diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-11-19 11:43:15 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-11-19 11:43:15 +0100 |
commit | 78ca0245a5c3ad96c9b0d165d3b666b6e9826a57 (patch) | |
tree | 896d62b2cc22dc5eb0088e39d4765af18cc3b866 /user_guide_src/source/libraries/xmlrpc.rst | |
parent | 4173fa05a067395e3bf8d5b5f3dedb8af59d3fa1 (diff) | |
parent | a51f8ec0b98df8b7adc97cdca555cf50064eb94a (diff) |
Merge pull request #2007 from sourcejedi/doc-typo-applications
Documentation: fix typos in name of application folder
Diffstat (limited to 'user_guide_src/source/libraries/xmlrpc.rst')
-rw-r--r-- | user_guide_src/source/libraries/xmlrpc.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/xmlrpc.rst b/user_guide_src/source/libraries/xmlrpc.rst index dfb88114e..b478a2ded 100644 --- a/user_guide_src/source/libraries/xmlrpc.rst +++ b/user_guide_src/source/libraries/xmlrpc.rst @@ -297,7 +297,7 @@ The Client ---------- Using a text editor, create a controller called xmlrpc_client.php. In -it, place this code and save it to your applications/controllers/ +it, place this code and save it to your application/controllers/ folder:: <?php @@ -338,7 +338,7 @@ The Server ---------- Using a text editor, create a controller called xmlrpc_server.php. In -it, place this code and save it to your applications/controllers/ +it, place this code and save it to your application/controllers/ folder:: <?php |