Claw now respects the limits.
diff --git a/frc971/constants.h b/frc971/constants.h
index 2a9c642..e9b2b05 100755
--- a/frc971/constants.h
+++ b/frc971/constants.h
@@ -69,8 +69,8 @@
     double claw_zeroing_separation;
 
     // claw seperation that would be considered a collision
-    double claw_min_seperation;
-    double claw_max_seperation;
+    double claw_min_separation;
+    double claw_max_separation;
 
     // Three hall effects are known as front, calib and back
     struct AnglePair {