Fix spelling errors in method names

This commit is contained in:
Alexander Bock
2015-05-19 01:13:53 +02:00
parent 8860a1cd1f
commit 9e02d35d8a
5 changed files with 8 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ private:
};
bool nodeIsDependentOnRoot(SceneGraphNodeInternal* node);
bool sortTopologially();
bool sortTopologically();
SceneGraphNodeInternal* nodeByName(const std::string& name);

View File

@@ -132,7 +132,7 @@ public:
/*
* returns true if instrumentID is within a capture range.
*/
bool instumentActive(std::string instrumentID);
bool instrumentActive(std::string instrumentID);
float instrumentActiveTime(const std::string& instrumentID) const;