Skip to content

Commit 2d9560f

Browse files
committed
Correct the old typo
1 parent 77f6d6f commit 2d9560f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/common/config/ConfigCache.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
*
2626
*/
2727

28-
#ifndef COMMON_CONFIG_CASHE_H
29-
#define COMMON_CONFIG_CASHE_H
28+
#ifndef COMMON_CONFIG_CACHE_H
29+
#define COMMON_CONFIG_CACHE_H
3030

3131
#include "../common/classes/alloc.h"
3232
#include "../common/classes/fb_string.h"
@@ -103,4 +103,4 @@ class ConfigCache : public Firebird::PermanentStorage
103103
Firebird::RWLock rwLock;
104104
};
105105

106-
#endif // COMMON_CONFIG_CASHE_H
106+
#endif // COMMON_CONFIG_CACHE_H

0 commit comments

Comments
 (0)