#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 07 Mar 2018 18:30:08 +0100
changeset 8300 d79edf82e072
parent 8299 2b8dd6b92b19
child 8301 d4ba3e39cae1
#DOCUMENTATION by cg class: Form class comment/format in: #documentation
Form.st
--- a/Form.st	Wed Mar 07 18:07:09 2018 +0100
+++ b/Form.st	Wed Mar 07 18:30:08 2018 +0100
@@ -57,7 +57,7 @@
 
         In your application, you should always use Image, both for compatibility
         with ST-80 and for device independence, since not all Form depths are supported
-        by all devices, whereas Image contains all the rewuired code to convert as
+        by all devices, whereas Image contains all the required code to convert as
         required.