From 88b269a55985f47799eb99fa3bdb8f95bc360bb0 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 12 Feb 2013 15:33:51 +0100 Subject: LocomotorPrimitives: Fix typo in log error message --- LocomotorPrimitives.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LocomotorPrimitives.cpp') 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; } -- cgit v1.2.3-54-g00ecf