[DOC][BUG][FIX] typo in Time>>totalSeconds comment

David T. Lewis lewis at mail.msen.com
Fri Nov 12 20:50:53 UTC 2004


Misspelled "Squeak" in method comment.

  s/Squeck/Squeak/

- Dave

-------------- next part --------------
'From Squeak3.7gamma of ''17 July 2004'' [latest update: #5987] on 12 November 2004 at 3:32:37 pm'!
"Change Set:		TimeDocFix-dtl
Date:			12 November 2004
Author:			David T. Lewis

Fix typo in method comment (misspelled 'Squeak')."!


!Time class methodsFor: 'smalltalk-80' stamp: 'dtl 10/11/2004 22:15'!
totalSeconds
	"Answer the total seconds since the Squeak epoch: 1 January 1901."

	^ self primSecondsClock! !


More information about the Squeak-dev mailing list