SettingsDialog.st
changeset 16944 c1f04f732551
parent 16645 bd1b6aa81dff
child 16971 e37f456e483b
--- a/SettingsDialog.st	Thu Oct 13 12:27:36 2016 +0200
+++ b/SettingsDialog.st	Thu Oct 13 19:18:26 2016 +0200
@@ -67,7 +67,7 @@
     It is used (among others) in the launcher's and filebrowser's settings-dialogs.
 
     However, it is rather generic and can be setup for any application's setting dialog.
-    The actual contents (i.e. the arganization tree and tab contents) is provided
+    The actual contents (i.e. the organization tree and tab contents) is provided
     by a spec-array (the settingsList).
     You will find a default settings list here, but in theory, applications may provide
     their own one, or modify a copy of that list for specialized settings dialogs.