We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e729a4 commit dd486cfCopy full SHA for dd486cf
include/cppcore/Common/Logger.h
@@ -97,7 +97,7 @@ class Logger final {
97
enum class PrintMode {
98
Invalid = -1, ///< Invalid marker
99
WithDateTime, ///< A dateTime string will put be in front of the entry.
100
- WhithoutDateTime, ///< No DateTime will be there.
+ WithoutDateTime, ///< No DateTime will be there.
101
Count ///< Number of enums
102
};
103
0 commit comments