s/controla/controlla/g

Change-Id: I03c0f320181b969edb271cded8a80dcebd12334e
diff --git a/y2014/control_loops/python/claw.py b/y2014/control_loops/python/claw.py
index f53a8fa..3ae9fe9 100755
--- a/y2014/control_loops/python/claw.py
+++ b/y2014/control_loops/python/claw.py
@@ -235,9 +235,9 @@
     self.K = numpy.matrix([[50.0, 0.0, 10.0, 0.0, 1.0],
                            [50.0, 0.0, 10.0, 0.0, 1.0]])
 
-    controlability = controls.ctrb(self.A, self.B)
-    glog.debug('Rank of augmented controlability matrix: %d',
-              numpy.linalg.matrix_rank(controlability))
+    controllability = controls.ctrb(self.A, self.B)
+    glog.debug('Rank of augmented controllability matrix: %d',
+              numpy.linalg.matrix_rank(controllability))
 
     glog.debug('K')
     glog.debug(str(self.K))