Skip to content
Snippets Groups Projects
Commit e3b2f20f authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix typo

parent 9f2a1814
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@
* Author: Jan Travnicek
*/
 
#ifndef REX_EXP_ALPHABET_GETTER_H_
#define REX_EXP_ALPHABET_GETTER_H_
#ifndef REG_EXP_ALPHABET_GETTER_H_
#define REG_EXP_ALPHABET_GETTER_H_
 
#include <set>
#include "RegExp.h"
......@@ -37,4 +37,4 @@ public:
 
} /* namespace regexp */
 
#endif /* REX_EXP_ALPHABET_GETTER_H_ */
#endif /* REG_EXP_ALPHABET_GETTER_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment