summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LocomotorPrimitives.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/LocomotorPrimitives.cpp b/LocomotorPrimitives.cpp
index de031f2..cf6ed91 100644
--- a/LocomotorPrimitives.cpp
+++ b/LocomotorPrimitives.cpp
@@ -95,7 +95,7 @@ void simulateModel(OpenSim::Model &model, const double initial_time,
std::string cwd = OpenSim::IO::getCwd();
if (OpenSim::IO::chDir(output_dir) != 0) {
- logger.err("Failed to change to ouput directory %s", output_dir.c_str());
+ logger.err("Failed to change to output directory %s", output_dir.c_str());
return;
}