summaryrefslogtreecommitdiffstats
path: root/src/object/auto/auto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/auto.cpp')
-rw-r--r--src/object/auto/auto.cpp6
1 files changed, 3 insertions, 3 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)
{