Skip to content

Commit dd486cf

Browse files
authored
Fix typo
1 parent 4e729a4 commit dd486cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cppcore/Common/Logger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class Logger final {
9797
enum class PrintMode {
9898
Invalid = -1, ///< Invalid marker
9999
WithDateTime, ///< A dateTime string will put be in front of the entry.
100-
WhithoutDateTime, ///< No DateTime will be there.
100+
WithoutDateTime, ///< No DateTime will be there.
101101
Count ///< Number of enums
102102
};
103103

0 commit comments

Comments
 (0)