From c97e7bf5ea7ff76ce261e7cb2c39572b844a9394 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sat, 25 Nov 2017 16:36:32 +0100 Subject: [PATCH] Fix typo in setup.py Signed-off-by: Christian Heimes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b7303e9..e47d215 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ class OpenLDAP2: LDAP_CLASS.extra_files[i]=(destdir, origfileslist) if os.environ.get('WITH_GCOV'): - # Insrumentation for measuring code coverage + # Instrumentation for measuring code coverage LDAP_CLASS.extra_compile_args.extend( ['-O0', '-pg', '-fprofile-arcs', '-ftest-coverage'] )