Revision: 8086
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8086&view=rev
Author:   thjc
Date:     2009-07-23 11:01:36 +0000 (Thu, 23 Jul 2009)

Log Message:
-----------
fix typo in type table for load cell

Modified Paths:
--------------
    code/stage/trunk/libstage/typetable.cc

Modified: code/stage/trunk/libstage/typetable.cc
===================================================================
--- code/stage/trunk/libstage/typetable.cc      2009-07-23 10:10:52 UTC (rev 
8085)
+++ code/stage/trunk/libstage/typetable.cc      2009-07-23 11:01:36 UTC (rev 
8086)
@@ -25,7 +25,7 @@
   Register( MODEL_TYPE_GRIPPER, "gripper", ModelGripper::Create );
   Register( MODEL_TYPE_LASER, "laser", ModelLaser::Create );
   Register( MODEL_TYPE_LIGHTINDICATOR, "lightindicator", 
ModelLightIndicator::Create );
-  Register( MODEL_TYPE_LOADCELL, "loadcel", ModelLoadCell::Create );
+  Register( MODEL_TYPE_LOADCELL, "loadcell", ModelLoadCell::Create );
   Register( MODEL_TYPE_POSITION, "position", ModelPosition::Create );
   Register( MODEL_TYPE_RANGER, "ranger",  ModelRanger::Create );
 }  


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to