summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/xmlrpc.rst
diff options
context:
space:
mode:
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>2012-11-19 11:29:52 +0100
committerAlan Jenkins <alan.christopher.jenkins@gmail.com>2012-11-19 11:33:12 +0100
commita51f8ec0b98df8b7adc97cdca555cf50064eb94a (patch)
tree896d62b2cc22dc5eb0088e39d4765af18cc3b866 /user_guide_src/source/libraries/xmlrpc.rst
parent4173fa05a067395e3bf8d5b5f3dedb8af59d3fa1 (diff)
Documentation: fix typos in name of application folder
The name is "application/", not "applications/". (This commit does not change managing_apps.rst, where "applications/" is used intentionally).
Diffstat (limited to 'user_guide_src/source/libraries/xmlrpc.rst')
-rw-r--r--user_guide_src/source/libraries/xmlrpc.rst4
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