Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #20 from tango-controls/fix-spelling-errors
Browse files Browse the repository at this point in the history
Fix spelling errors
  • Loading branch information
t-b authored Nov 6, 2019
2 parents 654dfe0 + 6d31fc7 commit e8f21db
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DataBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ void DataBase::init_device()

delete array;
delete props;

// Build shared data and thread to update Starter in case of
// change of controlled servers conditions
starter_shared = new UpdStarterData(starter_domain);
Expand All @@ -449,7 +449,7 @@ void DataBase::init_device()
ss >> historyDepth;

if( historyDepth == 0 ) {
cout << "Warning, Invalid historyDepth property, reseting to default value (10)" << endl;
cout << "Warning, Invalid historyDepth property, resetting to default value (10)" << endl;
historyDepth = 10;
}
}
Expand Down Expand Up @@ -2801,7 +2801,7 @@ Tango::DevVarStringArray *DataBase::db_get_class_list(Tango::DevString argin)
* Str[2] = Property name
* Str[3] = Property value number (array case)
* Str[4] = Property value
* Str[n] = Propery value (array case)
* Str[n] = Property value (array case)
* ....
*/
//--------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion DataBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ class DataBase : public TANGO_BASE_CLASS
* Str[2] = Property name
* Str[3] = Property value number (array case)
* Str[4] = Property value
* Str[n] = Propery value (array case)
* Str[n] = Property value (array case)
* ....
*/
virtual Tango::DevVarStringArray *db_get_class_property(const Tango::DevVarStringArray *argin);
Expand Down
2 changes: 1 addition & 1 deletion DataBase.xmi
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
<argin description="Str[0] = Tango class&#xA;Str[1] = Property name&#xA;Str[2] = Property name">
<type xsi:type="pogoDsl:StringArrayType"/>
</argin>
<argout description="Str[0] = Tango class&#xA;Str[1] = Property number&#xA;Str[2] = Property name&#xA;Str[3] = Property value number (array case)&#xA;Str[4] = Property value&#xA;Str[n] = Propery value (array case)&#xA;....">
<argout description="Str[0] = Tango class&#xA;Str[1] = Property number&#xA;Str[2] = Property name&#xA;Str[3] = Property value number (array case)&#xA;Str[4] = Property value&#xA;Str[n] = Property value (array case)&#xA;....">
<type xsi:type="pogoDsl:StringArrayType"/>
</argout>
<status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
Expand Down
2 changes: 1 addition & 1 deletion DataBaseClass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2731,7 +2731,7 @@ void DataBaseClass::command_factory()
new DbGetClassPropertyClass("DbGetClassProperty",
Tango::DEVVAR_STRINGARRAY, Tango::DEVVAR_STRINGARRAY,
"Str[0] = Tango class\nStr[1] = Property name\nStr[2] = Property name",
"Str[0] = Tango class\nStr[1] = Property number\nStr[2] = Property name\nStr[3] = Property value number (array case)\nStr[4] = Property value\nStr[n] = Propery value (array case)\n....",
"Str[0] = Tango class\nStr[1] = Property number\nStr[2] = Property name\nStr[3] = Property value number (array case)\nStr[4] = Property value\nStr[n] = Property value (array case)\n....",
Tango::OPERATOR);
command_list.push_back(pDbGetClassPropertyCmd);

Expand Down
Empty file modified DataBaseUtils.cpp
100755 → 100644
Empty file.

0 comments on commit e8f21db

Please sign in to comment.