summaryrefslogtreecommitdiffstats
path: root/src/object/auto
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto')
-rw-r--r--src/object/auto/auto.cpp6
-rw-r--r--src/object/auto/autoegg.cpp6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/object/auto/auto.cpp b/src/object/auto/auto.cpp
index a376ce7..d112721 100644
--- a/src/object/auto/auto.cpp
+++ b/src/object/auto/auto.cpp
@@ -91,21 +91,21 @@ void CAuto::Start(int param)
}
-// Give a type.
+// Gete a type.
bool CAuto::SetType(ObjectType type)
{
return false;
}
-// Gives a value.
+// Getes a value.
bool CAuto::SetValue(int rank, float value)
{
return false;
}
-// Gives the string.
+// Getes the string.
bool CAuto::SetString(char *string)
{
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)
{