summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/logging.c')
-rw-r--r--libglusterfs/src/logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/logging.c b/libglusterfs/src/logging.c
index ff17ccbc1fd..732c4b26473 100644
--- a/libglusterfs/src/logging.c
+++ b/libglusterfs/src/logging.c
@@ -2530,7 +2530,7 @@ _do_slog_format (const char *event, va_list inp, char **msg) {
break;
}
- /* Get number of times % is used in input for formating, */
+ /* Get number of times % is used in input for formatting, */
/* this count will be used to skip those many args from the */
/* main list and will be used to format inner format */
num_format_chars = 0;