From: Leandro Lucarella Date: Mon, 21 Mar 2011 15:16:20 +0000 (-0300) Subject: Fix documentation typo (string -> strong) X-Git-Url: https://git.llucax.com/software/bacap.git/commitdiff_plain/5c7b2a681de5b3dca233c09c959204da8d5db3a5 Fix documentation typo (string -> strong) --- diff --git a/README b/README index 14dde79..513860a 100644 --- a/README +++ b/README @@ -195,7 +195,7 @@ compression:: RSYNC_RSH="ssh -o Compression=no" -And if your network is trusted, you probably don't need very string encryption +And if your network is trusted, you probably don't need very strong encryption either:: RSYNC_RSH="ssh -o Compression=no -c arcfour"