We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d15857 commit c97e7bfCopy full SHA for c97e7bf
1 file changed
setup.py
@@ -56,7 +56,7 @@ class OpenLDAP2:
56
LDAP_CLASS.extra_files[i]=(destdir, origfileslist)
57
58
if os.environ.get('WITH_GCOV'):
59
- # Insrumentation for measuring code coverage
+ # Instrumentation for measuring code coverage
60
LDAP_CLASS.extra_compile_args.extend(
61
['-O0', '-pg', '-fprofile-arcs', '-ftest-coverage']
62
)
0 commit comments