diff options
| -rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-common.c b/xlators/cluster/afr/src/afr-self-heal-common.c index 8861870372d..dee596a58bb 100644 --- a/xlators/cluster/afr/src/afr-self-heal-common.c +++ b/xlators/cluster/afr/src/afr-self-heal-common.c @@ -2843,7 +2843,7 @@ afr_log_self_heal_completion_status (afr_local_t *local, gf_loglevel_t loglvl)          ADD_FMT_STRING_SYNC (sh_log, off, "metadata",                               all_status.metadata_self_heal, print_log);          if (sh->background) { -                ADD_FMT_STRING_SYNC (sh_log, off, "backgroung data", +                ADD_FMT_STRING_SYNC (sh_log, off, "background data",                                  all_status.data_self_heal, print_log);          } else {                  ADD_FMT_STRING_SYNC (sh_log, off, "foreground data",  | 
