From ec5a5fa20823aed3127bdbea4e754ef308d81d89 Mon Sep 17 00:00:00 2001 From: Vikas Gorur Date: Mon, 23 Mar 2009 05:16:16 -0700 Subject: Fixed typo in warning string in afr.c Fixed typo. Signed-off-by: Anand V. Avati --- xlators/cluster/afr/src/afr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlators/cluster/afr/src/afr.c b/xlators/cluster/afr/src/afr.c index bd213b532..73cc5686d 100644 --- a/xlators/cluster/afr/src/afr.c +++ b/xlators/cluster/afr/src/afr.c @@ -1925,7 +1925,7 @@ static const char *no_lock_servers_warning_str = "You have set lock-server-count "applications write to the same region of a file, there is a possibility that " "its copies will be INCONSISTENT. Set it to a value greater than 0 unless you " "are ABSOLUTELY SURE of what you are doing and WILL NOT HOLD GlusterFS " - "RESPOSIBLE for inconsistent data. If you are in doubt, set it to a value " + "RESPONSIBLE for inconsistent data. If you are in doubt, set it to a value " "greater than 0."; int32_t -- cgit