Show
Ignore:
Timestamp:
07/27/04 09:07:27 (20 years ago)
Author:
jalet
Message:

Typo : treshold ==> threshold

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/config.py

    r1518 r1646  
    2222# 
    2323# $Log$ 
     24# Revision 1.50  2004/07/27 07:07:27  jalet 
     25# Typo : treshold ==> threshold 
     26# 
    2427# Revision 1.49  2004/06/03 21:53:24  jalet 
    2528# crashrecipient directive 
     
    458461             
    459462    def getPoorMan(self) :     
    460         """Returns the poor man's treshold.""" 
     463        """Returns the poor man's threshold.""" 
    461464        try : 
    462465            pm = self.getGlobalOption("poorman") 
     
    466469            return float(pm) 
    467470        except (TypeError, ValueError) :     
    468             raise PyKotaConfigError, _("Invalid poor man's treshold %s") % pm 
     471            raise PyKotaConfigError, _("Invalid poor man's threshold %s") % pm 
    469472             
    470473    def getPoorWarn(self) :