From a9186d19609c61c369d881cdbc40cc8973cf883d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Konopacki?= Date: Sat, 11 Aug 2012 20:59:35 +0200 Subject: Changed GivAttrName() to GetAttrName() --- src/object/auto/auto.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/object/auto/auto.cpp') 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) { -- cgit v1.2.3-1-g7c22