aboutsummaryrefslogtreecommitdiff
path: root/include/inspstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspstring.h')
-rw-r--r--include/inspstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspstring.h b/include/inspstring.h
index 050a375e1..de0f8be42 100644
--- a/include/inspstring.h
+++ b/include/inspstring.h
@@ -31,7 +31,7 @@
#include "config.h"
#include <cstring>
-/** Sets ret to the formated string. last is the last parameter before ..., and format is the format in printf-style */
+/** Sets ret to the formatted string. last is the last parameter before ..., and format is the format in printf-style */
#define VAFORMAT(ret, last, format) \
do { \
va_list _vaList; \