Comment typo in PackageManager install:

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

Comment typo in PackageManager install:

Jurko Gospodnetic
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