diff options
| -rw-r--r-- | xlators/features/snapview-server/src/snapview-server-helpers.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/snapview-server/src/snapview-server-helpers.c b/xlators/features/snapview-server/src/snapview-server-helpers.c index c621484c19b..92ffdf512ef 100644 --- a/xlators/features/snapview-server/src/snapview-server-helpers.c +++ b/xlators/features/snapview-server/src/snapview-server-helpers.c @@ -475,7 +475,7 @@ __svs_initialise_snapshot_volume (xlator_t *this, const char *name,                                         24007);          if (ret) {                  gf_log (this->name, GF_LOG_ERROR, "setting the " -                        "volfile srever for snap volume %s " +                        "volfile server for snap volume %s "                          "failed", dirent->name);                  goto out;          }  | 
