Changeset 3443

Show
Ignore:
Timestamp:
10/25/08 15:57:29 (15 years ago)
Author:
jerome
Message:

Typo in a comment.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pkpgpdls/inkcoverage.py

    r3436 r3443  
    7272    for (r, g, b) in img.getdata() : 
    7373        if not (r == g == b) : 
    74             # optimize : if a single pixel is no gray the whole page is colored. 
     74            # optimize : if a single pixel is not gray the whole page is colored. 
    7575            return { "G" : 0.0, "C" : 100.0 } 
    7676    return { "G" : 100.0, "C" : 0.0 }