diff options
author | Vikas Gorur <vikas@gluster.com> | 2009-03-23 05:16:16 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-03-26 16:28:38 +0530 |
commit | ec5a5fa20823aed3127bdbea4e754ef308d81d89 (patch) | |
tree | c7d4ba08a69aecc5220d99c4b76d325195218c1a /xlators/cluster/afr | |
parent | 3df266c278ab74c6bf1980bd17a545595bd04344 (diff) |
Fixed typo in warning string in afr.c
Fixed typo.
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'xlators/cluster/afr')
-rw-r--r-- | xlators/cluster/afr/src/afr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |