Ignore:
Timestamp:
Aug 6, 2015 6:37:49 AM (9 years ago)
Author:
ming
Message:

Re #1843 (misc): Fixed typo in displaying error message in importsym.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/swig/importsym.py

    r4704 r5148  
    6363 
    6464if not os.path.exists(PYCPARSER_DIR + '/utils/fake_libc_include'): 
    65         print "Error: couldn't find pycparser utils in '%s'" % PYPARSER_DIR  
     65        print "Error: couldn't find pycparser utils in '%s'" % PYCPARSER_DIR  
    6666        sys.exit(1) 
    6767 
Note: See TracChangeset for help on using the changeset viewer.