Show
Ignore:
Timestamp:
02/08/03 00:39:16 (21 years ago)
Author:
jalet
Message:

Typos

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/repykota

    r734 r752  
    1717# 
    1818# $Log$ 
     19# Revision 1.6  2003/02/07 23:39:16  jalet 
     20# Typos 
     21# 
    1922# Revision 1.5  2003/02/07 08:38:36  jalet 
    2023# Missing conversion. 
     
    6770  $ repykota --printer lp 
    6871   
    69   This will print the quota status for all users who user the lp printer. 
     72  This will print the quota status for all users who use the lp printer. 
    7073 
    7174  $ repykota  
     
    98101        for printer in printernames : 
    99102            print "*** Report for %s quota on printer %s" % ((options["users"] and "user") or "group", printer) 
    100             print "Page grace time: %idays" % self.config.getGraceDelay() 
     103            print "Pages grace time: %idays" % self.config.getGraceDelay() 
    101104            if options["users"] : 
    102105                print "User            used    soft    hard  grace"