Skip to content

Commit b42c0ed

Browse files
committed
Fix typo
1 parent e5bda3d commit b42c0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Kanzi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ void printHeader(Printer& log, int verbose, bool& showHeader)
265265

266266
#define WARNING_OPT_DUPLICATE(opt, val) \
267267
stringstream ss; \
268-
ss << "Warning: ignoring duplicate optiom [" << opt << "]: " << val;\
268+
ss << "Warning: ignoring duplicate option [" << opt << "]: " << val;\
269269
log.println(ss.str(), verbose > 0)
270270

271271

0 commit comments

Comments
 (0)