summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/logging.h')
-rw-r--r--libglusterfs/src/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/logging.h b/libglusterfs/src/logging.h
index 53eb5b722..c45246e44 100644
--- a/libglusterfs/src/logging.h
+++ b/libglusterfs/src/logging.h
@@ -108,7 +108,7 @@ int _gf_log_eh (const char *function, const char *fmt, ...);
#define gf_log_eh(fmt...) do { \
FMT_WARN (fmt); \
- _gf_log_eh (__FUNTION__, ##fmt); \
+ _gf_log_eh (__FUNCTION__, ##fmt); \
} while (0)
#define gf_log_callingfn(dom, levl, fmt...) do { \