diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index 3e6a657fe1fe80b5f42182c8688edc7f764f0c22..72ffadd6a20b9424ab3d004da45a7ab7e7c93fb6 100644
--- a/uv_texture_atlas.py
+++ b/uv_texture_atlas.py
@@ -102,7 +102,7 @@ class TexAtl_Main(Panel):
         # Resolution and Unwrap types (only if Lightmap group is added)
         if context.scene.ms_lightmap_groups:
             group = scene.ms_lightmap_groups[scene.ms_lightmap_groups_index]
-            row.label(text="Resolutiom:")
+            row.label(text="Resolution:")
             row.prop(group, 'resolutionX', text='')
             row.prop(group, 'resolutionY', text='')
             row = self.layout.row()