summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-21 06:06:43 +0000
committerajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-21 06:06:43 +0000
commit0870c5c910271bd7b915ecd566721e8077a11bd4 (patch)
tree1b0b18b34e4938f8efe7458d6b92b25e4103136c /documentation
parentdc8fb0a30154258084c39d62c9ee2fdf6d9c48a6 (diff)
Fixed a minor typo
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1639 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'documentation')
-rw-r--r--documentation/documentation/howitworks.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/documentation/howitworks.page b/documentation/documentation/howitworks.page
index 5d2780664..548db225d 100644
--- a/documentation/documentation/howitworks.page
+++ b/documentation/documentation/howitworks.page
@@ -243,7 +243,7 @@ If the local file is out of sync with the remote file, then a StateChange
instance is created reflecting this. When that change is executed, it creates
a ``file_changed`` event. Because of the above subscription, the callback
associated with this event is to call ``refresh`` on the ``sshd`` service; for
-services, ``refresh`` is equivalent to restarting, to sshd is restarted. In
+services, ``refresh`` is equivalent to restarting, so sshd is restarted. In
this way, Puppet elements can react to changes that it makes to the system.
While transactions are fully capable of moving both forward and backward