From 03627aa4898d7cee5069fe37ded5687a326cae09 Mon Sep 17 00:00:00 2001
From: jsalmon3 <>
Date: Mon, 24 Jun 2002 16:57:00 +0000
Subject: [PATCH] Fixed spelling

---
 src/include/actions.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/actions.h b/src/include/actions.h
index 7d2047343..71b043bc3 100644
--- a/src/include/actions.h
+++ b/src/include/actions.h
@@ -42,10 +42,10 @@
 ----------------------------------------------------------------------------*/
 
 enum _diplomacy_ {
-    DiplomacyAllied,		/// Alley with opponent
+    DiplomacyAllied,		/// Ally with opponent
     DiplomacyNeutral,		/// Don't attack be neutral
     DiplomacyEnemy,		/// Attack opponent
-    DiplomacyCrazy,		/// Alley and attack opponent
+    DiplomacyCrazy,		/// Ally and attack opponent
 };				/// Diplomacy states for CommandDiplomacy
 
 /*----------------------------------------------------------------------------