Issue 5995 in pharo: SpaceTally has a typo

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

Issue 5995 in pharo: SpaceTally has a typo

pharo
Status: FixReviewNeeded
Owner: marianopeck
Labels: Type-Bug Milestone-2.0

New issue 5995 by marianopeck: SpaceTally has a typo
http://code.google.com/p/pharo/issues/detail?id=5995

In the method printSpaceAnalysis: threshold on: aStream

it says:

aStream
                nextPutAll: ('Class' paddRightTo: 45);


(notice the double 'dd') but should be:


aStream
                nextPutAll: ('Class' padRightTo: 45);


do you need a slice or it is enoguh ?




_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5995 in pharo: SpaceTally has a typo

pharo
Updates:
        Status: Integrated

Comment #1 on issue 5995 by [hidden email]: SpaceTally has a typo
http://code.google.com/p/pharo/issues/detail?id=5995

in 2.0 100


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker