From ab48443be566eff83172e313f2ac4d176a4f8cee Mon Sep 17 00:00:00 2001
From: joris <joris.dauphin@gmail.com>
Date: Thu, 25 Jul 2013 17:41:05 +0200
Subject: [PATCH] Fix typo

---
 src/include/spell/spell_capture.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/spell/spell_capture.h b/src/include/spell/spell_capture.h
index 92acb8e44..477c33f00 100644
--- a/src/include/spell/spell_capture.h
+++ b/src/include/spell/spell_capture.h
@@ -51,7 +51,7 @@ private:
 	bool JoinToAIForce;   /// if true, captured unit is joined into caster's AI force, if available
 	int Damage;           /// damage the spell does if unable to caputre
 	int DamagePercent;    /// percent the target must be damaged for a
-	/// capture to suceed.
+	/// capture to succeed.
 };
 
 //@}