Changeset 502


Ignore:
Timestamp:
01/04/11 12:31:46 (13 years ago)
Author:
bas
Message:

fix some spelling errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r500 r502  
    18321832                        #
    18331833                        if content_type == 'text/html':
     1834
    18341835                                if self.parameters.html2text_cmd:
    18351836
     
    21592160                        sys.exit(1)
    21602161
    2161         ## If parentdir the set project dir to parentdir + name
     2162        ## If parentdir then set project dir to parentdir + name
    21622163        #
    21632164        if not project.has_key('project'):
     
    21662167                        sys.exit(1)
    21672168                elif not name:
    2168                         print "You must set project in your configuration file"
     2169                        print "You must configure a  project section in your configuration file"
    21692170                else:
    21702171                        project['project'] = os.path.join(parentdir, name)
Note: See TracChangeset for help on using the changeset viewer.