summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/performance/io-cache/src/io-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/io-cache/src/io-cache.c b/xlators/performance/io-cache/src/io-cache.c
index d4307dc08..cc2565ba2 100644
--- a/xlators/performance/io-cache/src/io-cache.c
+++ b/xlators/performance/io-cache/src/io-cache.c
@@ -1632,7 +1632,7 @@ validate_options (xlator_t *this, dict_t *options, char **op_errstr)
"greater than maximum size (%"PRIu64"). ",
min_file_size, max_file_size);
*op_errstr = gf_strdup ("Error, min-file-size greater"
- "than max-file-size");
+ " than max-file-size");
ret = -1;
goto out;
}