mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Fix spelling errors in method names
This commit is contained in:
@@ -60,7 +60,7 @@ private:
|
||||
};
|
||||
|
||||
bool nodeIsDependentOnRoot(SceneGraphNodeInternal* node);
|
||||
bool sortTopologially();
|
||||
bool sortTopologically();
|
||||
|
||||
SceneGraphNodeInternal* nodeByName(const std::string& name);
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user