#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 13 Oct 2016 19:18:26 +0200
changeset 16944 c1f04f732551
parent 16943 3e04cb80244f
child 16945 757790afffd4
#DOCUMENTATION by cg class: SettingsDialog comment/format in: #documentation
SettingsDialog.st
--- 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.