From af7b182958935f9f3318a22459c950c9a7365efa Mon Sep 17 00:00:00 2001 From: Erick Yellott Date: Wed, 18 Sep 2013 16:47:49 -0500 Subject: [PATCH] Typo fix from `accelerated: true` to `accelerate: true` --- library/utilities/accelerate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/utilities/accelerate b/library/utilities/accelerate index 3987e4ac1d1..aa4ab32ea92 100644 --- a/library/utilities/accelerate +++ b/library/utilities/accelerate @@ -48,12 +48,12 @@ author: James Cammarata ''' EXAMPLES = ''' -# To use accelerate mode, simply add "accelerated: true" to your play. The initial +# To use accelerate mode, simply add "accelerate: true" to your play. The initial # key exchange and starting up of the daemon will occur over SSH, but all commands and # subsequent actions will be conducted over the raw socket connection using AES encryption - hosts: devservers - accelerated: true + accelerate: true tasks: - command: /usr/bin/anything '''