Skip to content

Commit 1d9d738

Browse files
authored
refactor: fix utils header guard typo
2 parents 05cf451 + 119d790 commit 1d9d738

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/logit_cpp/logit/utils.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
2-
#ifndef _LOGIT_UITLS_HPP_INCLUDED
3-
#define _LOGIT_UITLS_HPP_INCLUDED
2+
#ifndef _LOGIT_UTILS_HPP_INCLUDED
3+
#define _LOGIT_UTILS_HPP_INCLUDED
44

55
/// \file utils.hpp
66
/// \brief Aggregates various utility modules used throughout the project.
@@ -16,4 +16,4 @@
1616
#include "utils/path_utils.hpp"
1717
#include "utils/LogRecord.hpp"
1818

19-
#endif // _LOGIT_UITLS_HPP_INCLUDED
19+
#endif // _LOGIT_UTILS_HPP_INCLUDED

0 commit comments

Comments
 (0)