From 415ccd23d5aa3132550966ce33ac3e9f05f77b4e Mon Sep 17 00:00:00 2001
From: Marco Biasini <marco.biasini@unibas.ch>
Date: Tue, 5 Oct 2010 09:40:18 +0200
Subject: [PATCH] fix include guard

---
 modules/seq/alg/src/sequence_identity.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/seq/alg/src/sequence_identity.hh b/modules/seq/alg/src/sequence_identity.hh
index 82c6d9cde..af9992795 100644
--- a/modules/seq/alg/src/sequence_identity.hh
+++ b/modules/seq/alg/src/sequence_identity.hh
@@ -16,7 +16,7 @@
 // along with this library; if not, write to the Free Software Foundation, Inc.,
 // 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 //------------------------------------------------------------------------------
-#ifndef OST_SEQ_SEQUQENCE_IDENTIY_HH
+#ifndef OST_SEQ_SEQUENCE_IDENTITY_HH
 #define OST_SEQ_SEQUENCE_IDENTITY_HH
 
 /*  
-- 
GitLab