Changeset 5702

Show
Ignore:
Timestamp:
11/17/08 16:03:24 (2 months ago)
Author:
carndt
Message:

Minor typo fixes in comments in turbogears.startup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/turbogears/startup.py

    r5697 r5702  
    236236        webpath += '/' 
    237237 
    238     # Set up logging 
     238    # Set up old-style logging 
    239239    cherrypy.config.environments['development']['log_debug_info_filter.on' 
    240240        ] = False 
     
    285285                    entrypoint, e) 
    286286 
    287     # Call oall registered startup functions 
     287    # Call call registered startup functions 
    288288    for item in call_on_startup: 
    289289        item()