Changeset 1386 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
03/03/04 20:35:36 (20 years ago)
Author:
jalet
Message:

Spelling problem. Thanks to Jurandy Martins

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r1360 r1386  
    2424# 
    2525# $Log$ 
     26# Revision 1.37  2004/03/03 19:35:36  jalet 
     27# Spelling problem. Thanks to Jurandy Martins 
     28# 
    2629# Revision 1.36  2004/02/25 15:10:38  jalet 
    2730# Preliminary snmpprinterstatus command added. 
     
    316319                 
    317320        # Say something about caching mechanism and disabling job history 
    318         sys.stdout.write("You can now activate the database caching mechanism\nwhich is disabled by default.\nIt is especially recommanded with the LDAP backend.\n") 
     321        sys.stdout.write("You can now activate the database caching mechanism\nwhich is disabled by default.\nIt is especially recommended with the LDAP backend.\n") 
    319322        sys.stdout.write("You can now disable the preservation of the complete\njob history which is enabled by default.\nIt is probably more useful with the LDAP backend.\n") 
    320323        sys.stdout.write("PLEASE LOOK AT THE SAMPLE CONFIGURATION FILE conf/pykota.conf.sample\n")