diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-05-09 00:47:30 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-05-09 00:47:30 +0100 |
commit | 3d928d8dfe2d9af8b3d3ad2eb1d4b878d68704c4 (patch) | |
tree | afd9aac45d87ca26cd83e5b176069195250a3d7f /cphidgetstepper.c | |
parent | d070ed533fe8afdc672c6f04875f2c73f478c196 (diff) | |
parent | 260123716172d33f44bdc0e4e5422554d139215c (diff) | |
download | libphidget21-3d928d8dfe2d9af8b3d3ad2eb1d4b878d68704c4.tar.gz |
Merge tag 'upstream/2.1.8.20120507'
Upstream version 2.1.8.20120507
Diffstat (limited to '')
-rw-r--r-- | cphidgetstepper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cphidgetstepper.c b/cphidgetstepper.c index 5b7ead2..0da3dc6 100644 --- a/cphidgetstepper.c +++ b/cphidgetstepper.c @@ -238,7 +238,7 @@ CPHIDGETDATA(Stepper) phid->motorPositionEcho[i] = position[i]; if(speed[i] > phid->motorSpeedMax || speed[i] < -phid->motorSpeedMax) - LOG(PHIDGET_LOG_WARNING, "Phidget stepper recieved out of range speed data: %lE", speed[i]); + LOG(PHIDGET_LOG_WARNING, "Phidget stepper received out of range speed data: %lE", speed[i]); else phid->motorSpeedEcho[i] = speed[i]; |