2 parents 05cf451 + 119d790 commit 1d9d738Copy full SHA for 1d9d738
1 file changed
include/logit_cpp/logit/utils.hpp
@@ -1,6 +1,6 @@
1
#pragma once
2
-#ifndef _LOGIT_UITLS_HPP_INCLUDED
3
-#define _LOGIT_UITLS_HPP_INCLUDED
+#ifndef _LOGIT_UTILS_HPP_INCLUDED
+#define _LOGIT_UTILS_HPP_INCLUDED
4
5
/// \file utils.hpp
6
/// \brief Aggregates various utility modules used throughout the project.
@@ -16,4 +16,4 @@
16
#include "utils/path_utils.hpp"
17
#include "utils/LogRecord.hpp"
18
19
-#endif // _LOGIT_UITLS_HPP_INCLUDED
+#endif // _LOGIT_UTILS_HPP_INCLUDED
0 commit comments