Skip to content

Commit ea67f3b

Browse files
committed
src: Fix typo in comment - tinyformat.h
1 parent 1922e5a commit ea67f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tinyformat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ inline const char* FormatIterator::streamStateFromFormat(std::ostream& out,
844844

845845
//------------------------------------------------------------------------------
846846
// Private format function on top of which the public interface is implemented.
847-
// We enforce a mimimum of one value to be formatted to prevent bugs looking like
847+
// We enforce a minimum of one value to be formatted to prevent bugs looking like
848848
//
849849
// const char* myStr = "100% broken";
850850
// printf(myStr); // Parses % as a format specifier

0 commit comments

Comments
 (0)