fix typo (can't stand it any more :))
authorMichael Lauer <mlauer@vanille-media.de>
Tue, 17 Mar 2009 00:13:25 +0000 (00:13 +0000)
committerMichael Lauer <mlauer@vanille-media.de>
Tue, 17 Mar 2009 00:13:25 +0000 (00:13 +0000)
SVN revision: 39512

src/bin/test.c

index eb9f4c8..49d8390 100644 (file)
@@ -3136,7 +3136,7 @@ my_win_main(void)
    
    lb = elm_label_add(win);
    elm_label_label_set(lb, 
-                       "Please slect a test from the list below<br>"
+                       "Please select a test from the list below<br>"
                        "by clicking the test button to show the<br>"
                        "test window.");
    elm_frame_content_set(fr, lb);