Fix typo in attempts param

PROD-33730

Change-Id: Id49fcb45007fd8bd6c6e82bc851c56ab1a961049
diff --git a/maas/map.jinja b/maas/map.jinja
index 09a9fa2..9ff5244 100644
--- a/maas/map.jinja
+++ b/maas/map.jinja
@@ -32,7 +32,7 @@
   timeout:
     deployed: 1800
     ready: 900
-    attemps: 10
+    attempts: 10
 {%- endload %}
 
 {%- set region = salt['grains.filter_by'](region_defaults, merge=salt['pillar.get']('maas:region', {})) %}