summaryrefslogtreecommitdiff
path: root/LocomotorPrimitivesManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LocomotorPrimitivesManager.cpp')
-rw-r--r--LocomotorPrimitivesManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/LocomotorPrimitivesManager.cpp b/LocomotorPrimitivesManager.cpp
index 71df313..d1925db 100644
--- a/LocomotorPrimitivesManager.cpp
+++ b/LocomotorPrimitivesManager.cpp
@@ -4,6 +4,6 @@
bool LocomotorPrimitivesManager::doIntegration(SimTK::State &s, int step, double dtFirst)
{
- // TODO possiblly additional calculations
+ // TODO possibly additional calculations
return OpenSim::Manager::doIntegration(s, step, dtFirst);
-} \ No newline at end of file
+}