Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
kimkulling authored Jul 22, 2025
commit dd486cfa10f8b4d49c60b1c0d06a3cd309b06ee5
2 changes: 1 addition & 1 deletion include/cppcore/Common/Logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Logger final {
enum class PrintMode {
Invalid = -1, ///< Invalid marker
WithDateTime, ///< A dateTime string will put be in front of the entry.
WhithoutDateTime, ///< No DateTime will be there.
WithoutDateTime, ///< No DateTime will be there.
Count ///< Number of enums
};

Expand Down
Loading