From 12bcb873b4c33ef6e7d76eef89b23d26baae66d5 Mon Sep 17 00:00:00 2001 From: James W Thorne Date: Fri, 17 Oct 2014 11:16:43 -0500 Subject: [PATCH] Typo fix --- rpc_deployment/library/memcached | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rpc_deployment/library/memcached b/rpc_deployment/library/memcached index 5623c3e370..d85c91044a 100644 --- a/rpc_deployment/library/memcached +++ b/rpc_deployment/library/memcached @@ -48,7 +48,7 @@ options: required: true content: description: - - Add content to memcahced. Only used when state is 'present'. + - Add content to memcached. Only used when state is 'present'. required: false file_path: description: @@ -274,7 +274,7 @@ class Memcached(object): rc=1, msg='Failed to remove an item from memcached please check your' ' memcached server for issues. If you are load balancing' - ' memcahced, attempt to connect to a single node.' + ' memcached, attempt to connect to a single node.' ) @staticmethod @@ -466,7 +466,7 @@ class Memcached(object): error='Memcache key not found', rc=1, msg='The key you specified was not found within memcached. ' - 'If you are load balancing memcahced, attempt to connect' + 'If you are load balancing memcached, attempt to connect' ' to a single node.' ) @@ -536,7 +536,7 @@ class Memcached(object): rc=1, msg='The content you attempted to place within memcached' ' was not created. If you are load balancing' - ' memcahced, attempt to connect to a single node.' + ' memcached, attempt to connect to a single node.' ' Returned a value of unstored keys [ %s ].' % value )