spelling corrections

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

spelling corrections

Ralph Boland
Message: 9
Date: Wed, 03 Feb 2010 09:16:30 -0800
From: Andreas Raab <[hidden email]>
Subject: [squeak-dev] Re: [Cuis] System-StartUp-ShutDown
To: The general-purpose Squeak developers list
       <[hidden email]>
Message-ID: <[hidden email]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

keith wrote:
> What would you name the class which controls the "System", in terms of
> startUp/shutDown and saving the image, if you pulled that functionality
> out of Smalltalk? (Don't tell me, SmalltalkImage?)

StartupMananger. Class comment:

I am responsible for managing a registry of classes that are notified on
system startup and shutdown. Classes register themself by providing a

   (themselves)
priority denoteing how early they should be started. Known priorities are:
             (denoting)
xxx - Used by Delay. Should be the first class to start since otherwise
none of the timeing functions will work.
                   (timing)
(... more to come ...)

Cheers,
  - Andreas

I'm guessing your first language is not English, Andreas.
Rest assured though,  your English is better than my whatever
your first language is.


Regards,

Ralph Boland




--
Had a wife and kids in Florida, Jack (Nicklaus)
Went out for a "ride" but I couldn't get back
As a ten timer being hunted down
OR
When the wife found out who I was knowing (biblically speaking)
I hit a hydrant and I just kept going.
...

Reply | Threaded
Open this post in threaded view
|

Re: spelling corrections

Andreas.Raab
Ralph Boland wrote:
> I'm guessing your first language is not English, Andreas.

Meine Muttersprache ist Deutsch. But I also wrote this in the morning
which means I'm more in a hurry and generally (even) more sloppy in my
writing :-) Thanks for the correction!

Cheers,
   - Andreas