From ad9bf2c0d90493edaaf6fc2cb83d1e1348507deb Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Thu, 6 Aug 2015 06:37:49 +0000 Subject: Re #1843 (misc): Fixed typo in displaying error message in importsym.py git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5148 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/src/swig/importsym.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip-apps/src') diff --git a/pjsip-apps/src/swig/importsym.py b/pjsip-apps/src/swig/importsym.py index 32faf2cc..bc23b25f 100644 --- a/pjsip-apps/src/swig/importsym.py +++ b/pjsip-apps/src/swig/importsym.py @@ -62,7 +62,7 @@ else: PYCPARSER_DIR="/Library/Python/2.7/site-packages/pycparser" if not os.path.exists(PYCPARSER_DIR + '/utils/fake_libc_include'): - print "Error: couldn't find pycparser utils in '%s'" % PYPARSER_DIR + print "Error: couldn't find pycparser utils in '%s'" % PYCPARSER_DIR sys.exit(1) # Heading, to be placed before the source files -- cgit v1.2.3