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.
 };
 
 //@}