Skip to content

Commit 9057677

Browse files
committed
Fix typos.
1 parent 1db1128 commit 9057677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OpenSim/Common/C3DFileAdapter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class OSIMCOMMON_API C3DFileAdapter : public FileAdapter {
9696
respective *f#*, *p#* and *m#* column labels. C3DFileAdpater provides
9797
options for expressing the force-plate measurements either as the
9898
net force and moments expressed at the ForcePlateOrigin, the
99-
CentereOfPressure, or the PointOfWrenceApplication (PWA) as defined by
99+
CentereOfPressure, or the PointOfWrenchApplication (PWA) as defined by
100100
Shimba 1984.
101101
Takeshi Shimba, An estimation of center of gravity from force platform
102102
data, Journal of Biomechanics, 17(1), pp53-60, 1984.

OpenSim/Common/Test/testC3DFileAdapter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void test(const std::string filename) {
7676
using namespace std;
7777

7878
// The walking C3D files included in this test should not take more
79-
// than 40ms on most hardware. We make the max time 1000ms to account
79+
// than 40ms on most hardware. We make the max time 100ms to account
8080
// for potentially slower CI machines.
8181
const double MaximumLoadTimeInMS = 100;
8282

0 commit comments

Comments
 (0)