From 70a889052ee519b5a1f77edff569d76e104c6c7f Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Tue, 15 Mar 2016 12:56:15 +1100
Subject: [PATCH] Correct typo

---
 uv_texture_atlas.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index 3e6a657fe..72ffadd6a 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()
-- 
GitLab