summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hcode.h')
-rw-r--r--hwpfilter/source/hcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hcode.h b/hwpfilter/source/hcode.h
index 799d41b4508f..f36b8cba7a5d 100644
--- a/hwpfilter/source/hcode.h
+++ b/hwpfilter/source/hcode.h
@@ -58,7 +58,7 @@ DLLEXPORT ::std::string urltounix(const char *src);
DLLEXPORT ::std::string urltowin(const char *src);
#endif
/**
- * Transfer interger to string following format
+ * Transfer integer to string following format
*/
DLLEXPORT char* Int2Str(int value, const char *format, char *buf);