diff --git a/tests/Control/PanZoom.html b/tests/Control/PanZoom.html
index a50b83629f..65fb84e623 100644
--- a/tests/Control/PanZoom.html
+++ b/tests/Control/PanZoom.html
@@ -38,7 +38,7 @@
map.addControl(control);
control.removeButtons();
t.eq(control.buttons.length, 0, "buttons array cleared correctly");
- t.eq(contrl.div.childNodes.length, 0, "control div is empty");
+ t.eq(control.div.childNodes.length, 0, "control div is empty");
}
function test_Control_PanZoom_control_events (t) {