summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-syncop.c
diff options
context:
space:
mode:
authorLevi Baber <baber@iastate.edu>2018-05-31 15:17:26 -0500
committerVijay Bellur <vbellur@redhat.com>2018-06-01 23:44:23 +0000
commite3563f6dfda6c3f44ecff52ac22738ff74413ae1 (patch)
treeee32f3e50faaf9ed96b14b2c2d3869c598e12a3e /xlators/mgmt/glusterd/src/glusterd-syncop.c
parentb21f742f96d46b4adfa87281dd9a2e48fea8d031 (diff)
changed 'sometime' messsages to 'some time'
Change-Id: I0936229fc84c011db7791218bb566c971fdea174 fixes: bz#1584864 Signed-off-by: Levi Baber <baber@iastate.edu>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-syncop.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-syncop.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-syncop.c b/xlators/mgmt/glusterd/src/glusterd-syncop.c
index d00a3d0f152..826a6fe015d 100644
--- a/xlators/mgmt/glusterd/src/glusterd-syncop.c
+++ b/xlators/mgmt/glusterd/src/glusterd-syncop.c
@@ -1249,7 +1249,7 @@ gd_lock_op_phase (glusterd_conf_t *conf, glusterd_op_t op, dict_t *op_ctx,
else {
ret = gf_asprintf (op_errstr, "Another transaction "
"could be in progress. Please try "
- "again after sometime.");
+ "again after some time.");
if (ret == -1)
*op_errstr = NULL;
@@ -1867,7 +1867,7 @@ gd_sync_task_begin (dict_t *op_ctx, rpcsvc_request_t * req)
"Unable to acquire lock");
gf_asprintf (&op_errstr,
"Another transaction is in progress. "
- "Please try again after sometime.");
+ "Please try again after some time.");
goto out;
}
} else {
@@ -1911,7 +1911,7 @@ gd_sync_task_begin (dict_t *op_ctx, rpcsvc_request_t * req)
"Unable to acquire lock for %s", volname);
gf_asprintf (&op_errstr,
"Another transaction is in progress "
- "for %s. Please try again after sometime.",
+ "for %s. Please try again after some time.",
volname);
goto out;
}
@@ -1927,7 +1927,7 @@ global:
"Unable to acquire lock for %s", global);
gf_asprintf (&op_errstr,
"Another transaction is in progress "
- "for %s. Please try again after sometime.",
+ "for %s. Please try again after some time.",
global);
is_global = _gf_false;
goto out;