diff options
author | Amitai Schlair <schmonz@magnetic-babysitter.(none)> | 2009-09-12 01:32:29 -0400 |
---|---|---|
committer | Amitai Schlair <schmonz@magnetic-babysitter.(none)> | 2009-09-12 01:32:29 -0400 |
commit | dad25308d2832de28d3b8151aacc3b124575733c (patch) | |
tree | 462e62c247cd1cb482c906ab90ffdf36acc772e2 /doc/plugins/rsync.mdwn | |
parent | f1999df705f22638a6d9d44c728c4282e674b982 (diff) | |
download | ikiwiki-dad25308d2832de28d3b8151aacc3b124575733c.tar ikiwiki-dad25308d2832de28d3b8151aacc3b124575733c.tar.gz |
typo
Diffstat (limited to 'doc/plugins/rsync.mdwn')
-rw-r--r-- | doc/plugins/rsync.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/rsync.mdwn b/doc/plugins/rsync.mdwn index e0ab96d14..db7fcb4f7 100644 --- a/doc/plugins/rsync.mdwn +++ b/doc/plugins/rsync.mdwn @@ -13,6 +13,6 @@ If using rsync over ssh, you will need to enable noninteractive ssh login to the remote host. It's also a good idea to specify the exact command line to be permitted in the remote host's `$HOME/.ssh/authorized_keys`. -A typival ikiwiki configuration when using this plugin is to disable cgi +A typical ikiwiki configuration when using this plugin is to disable cgi support, so ikiwiki builds a completely static site that can be served from the remote host. |