Skip to content

Commit c97e7bf

Browse files
committed
Fix typo in setup.py
Signed-off-by: Christian Heimes <cheimes@redhat.com>
1 parent 5d15857 commit c97e7bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class OpenLDAP2:
5656
LDAP_CLASS.extra_files[i]=(destdir, origfileslist)
5757

5858
if os.environ.get('WITH_GCOV'):
59-
# Insrumentation for measuring code coverage
59+
# Instrumentation for measuring code coverage
6060
LDAP_CLASS.extra_compile_args.extend(
6161
['-O0', '-pg', '-fprofile-arcs', '-ftest-coverage']
6262
)

0 commit comments

Comments
 (0)