#303: Typo fixes from mathnerd314
[supertux.git] / tools / tilemanager / Application.cs
index b3bbe99..3f2f361 100644 (file)
@@ -76,7 +76,7 @@ public class Application {
         gxml.Autoconnect(this);
 
         if(MainWindow == null || DrawingArea == null || AppBar == null)
-            throw new Exception("soem widgets not found");
+            throw new Exception("some widgets not found");
 
         DrawingArea.AddEvents((int) Gdk.EventMask.ButtonPressMask);
         DrawingArea.AddEvents((int) Gdk.EventMask.ButtonReleaseMask);