From: Amitai Schlair Date: Sat, 12 Sep 2009 05:32:29 +0000 (-0400) Subject: typo X-Git-Tag: 3.14159265~42 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dad25308d2832de28d3b8151aacc3b124575733c;p=ikiwiki.git typo --- 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.