summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autoegg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autoegg.cpp')
-rw-r--r--src/object/auto/autoegg.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/object/auto/autoegg.cpp b/src/object/auto/autoegg.cpp
index b1e1c03..4b999a9 100644
--- a/src/object/auto/autoegg.cpp
+++ b/src/object/auto/autoegg.cpp
@@ -115,7 +115,7 @@ void CAutoEgg::Init()
}
-// Gives a value.
+// Getes a value.
bool CAutoEgg::SetType(ObjectType type)
{
@@ -123,7 +123,7 @@ bool CAutoEgg::SetType(ObjectType type)
return true;
}
-// Gives a value.
+// Getes a value.
bool CAutoEgg::SetValue(int rank, float value)
{
@@ -132,7 +132,7 @@ bool CAutoEgg::SetValue(int rank, float value)
return true;
}
-// Gives the string.
+// Getes the string.
bool CAutoEgg::SetString(char *string)
{