Comment typo in PackageManager install:
Posted by Jurko Gospodnetic on Feb 23, 2004; 12:10pm
URL: https://forum.world.st/Comment-typo-in-PackageManager-install-tp3369808.html
Hi.
Just a typo report in the method comment for 'PackageManager>>install:'.
In that comment there is a sentence 'The receiver attempts to laod any
prerequsite packages from the same path location as packagePathname, but if
a suitable package then the 'prerequisite not found' exception is
signalled.' which
has two typos:
1. 'laod' should be 'load'
2. 'prerequsite' should be 'prerequisite'.
(plus one that I'm unsure of: should it be 'signalled' or 'signaled' :-)) )
and I guess
some missing words like 'could not be found' in the last part of the
sentence.
HTH,
Jurko