From 213e4e4bff6be62c68b9af60eebdb5d33ad9ce4d Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Sat, 28 Jun 2014 21:03:31 +0200
Subject: [PATCH] Fix typo

---
 alib2/src/alphabet/SymbolFeatures.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alib2/src/alphabet/SymbolFeatures.h b/alib2/src/alphabet/SymbolFeatures.h
index f1d1db6871..cce97fbfe6 100644
--- a/alib2/src/alphabet/SymbolFeatures.h
+++ b/alib2/src/alphabet/SymbolFeatures.h
@@ -17,6 +17,6 @@ enum class FEATURES {
 	END
 };
 
-} /* namespace label */
+} /* namespace alphabet */
 
 #endif /* SYMBOL_FEATURES_H_ */
-- 
GitLab