Changeset 1386

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

Spelling problem. Thanks to Jurandy Martins

Location:
pykota/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/filterpykota.sgml

    r1187 r1386  
    8282    computes the values' difference so accounting is done immediately. This way it doesn't let open a window for abuse in the case 
    8383    several printers are managed. That's why the use of <application>cupspykota</application> 
    84     instead of <application>pykota</application> is recommanded with CUPS. 
     84    instead of <application>pykota</application> is recommended with CUPS. 
    8585  </para> 
    8686   
     
    108108 
    109109$Log$ 
     110Revision 1.9  2004/03/03 19:35:36  jalet 
     111Spelling problem. Thanks to Jurandy Martins 
     112 
    110113Revision 1.8  2003/11/15 14:59:53  jalet 
    111114Documentation wrt the new CUPS backend. 
  • pykota/trunk/SECURITY

    r1267 r1386  
    2020==================================================================== 
    2121 
    22   These recommandations are there because as of April 28th 2003  
     22  These recommendations are there because as of April 28th 2003  
    2323  PyKota doesn't enforce them. You may or may not follow them, 
    2424  depending on your user's IT knowledge, how much your trust them, 
     
    9090    read/write access and another user with read-only access to 
    9191    the Print Quota Database. PyKota doesn't set any passwords 
    92     for these users though, but doing it is recommanded, and  
     92    for these users though, but doing it is recommended, and  
    9393    explained elsewhere in PyKota's documentation. 
    9494     
  • 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")