summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>2006-10-04 21:49:57 +0000
committerajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>2006-10-04 21:49:57 +0000
commitc9f6113aa353227fefa8fbcc721579563ab5f93e (patch)
tree40efce03fa2baabb7ebcf5689c3eb18c9666dc73
parentd72c970481247978fde8fb22f6f49fac090d296b (diff)
downloadpuppet-c9f6113aa353227fefa8fbcc721579563ab5f93e.tar.gz
puppet-c9f6113aa353227fefa8fbcc721579563ab5f93e.tar.xz
puppet-c9f6113aa353227fefa8fbcc721579563ab5f93e.zip
Missing tick.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1730 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--documentation/documentation/reports.page4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/documentation/reports.page b/documentation/documentation/reports.page
index 2ca947147..e7a16ee5c 100644
--- a/documentation/documentation/reports.page
+++ b/documentation/documentation/reports.page
@@ -14,7 +14,7 @@ Enabling and configuring reports must be handled both on the client and server a
### Turn on reporting on the client-side.
-In order to turn on reporting on the client-side (`puppetd`), the `report` argument must be given to the `puppetd` executable either by pasing the argument to the executable on the command line, like this:
+In order to turn on reporting on the client-side (`puppetd`), the `report` argument must be given to the `puppetd` executable either by passing the argument to the executable on the command line, like this:
$ puppetd --report
@@ -46,7 +46,7 @@ or we can include these configuration parameters in the configuration file, typi
You may also wish to specify the directory where reports will be stored with the `[reportdirectory](configref.html#reportdirectory)` parameter. Furthermore, transaction
reports can optionally be sent to a special report server (not necessarily the server or
-client). This server can be specified with the `[reportserver](configref.html#reportserver).
+client). This server can be specified with the `[reportserver](configref.html#reportserver)`.
For more about configuring your server, take a look at the section on [Configuration Reference](configref.html).