zheng-hao / ga-bitbot

Automatically exported from code.google.com/p/ga-bitbot
GNU General Public License v3.0
0 stars 0 forks source link

Minor typos in lines 101, 103, 104, and 106 of cpsu.py #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

    101     +   print "cspu:Info:Package verified and up to date."

    103     +   print "cspu:Info:Package failed verification"

    104     +   print "cspu:Info:- Either the public key isn't trusted or the package contents have been modified since it was signed."

109     106         print "cspu:Error: Package not found"

"cspu" likely intended to read "cpsu", based on:

1   1       """
2       -   cspu v0.01
    2   +   cpsu v0.01
3   3       

Original issue reported on code.google.com by anderson...@gmail.com on 19 Feb 2013 at 4:43

GoogleCodeExporter commented 8 years ago
fixed in revision: 352e0aafc128

Original comment by brian.mo...@gmail.com on 20 Feb 2013 at 12:14