#DOCUMENTATION
authorStefan Vogel <sv@exept.de>
Mon, 22 Feb 2016 20:28:21 +0100
changeset 16125 a3bfff28fd3c
parent 16123 7d77a06d7a4a
child 16126 09689094039b
child 16130 f73d41750f5a
#DOCUMENTATION class: AbstractSettingsApplication comment/format in: #clearDidModifySettings #didModifySettings
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Sat Feb 20 18:23:58 2016 +0100
+++ b/AbstractSettingsApplication.st	Mon Feb 22 20:28:21 2016 +0100
@@ -554,7 +554,7 @@
 clearDidModifySettings
     "clear the flag that any settings was changed.
      Not to confuse with the modified flag, which means that a settings app's
-     changes must be stored into the UserPregferences.
+     changes must be stored into the UserPreferences.
      This one tells if any UserPreferences has been changed, and the userPrefs
      should be saved back to the settings.rc file"
 
@@ -564,7 +564,7 @@
 didModifySettings
     "true, if any settings was changed.
      Not to confuse with the modified flag, which means that a settings app's
-     changes must be stored into the UserPregferences.
+     changes must be stored into the UserPreferences.
      This one tells if any UserPreferences has been changed, and the userPrefs
      should be saved back to the settings.rc file"