X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fsetup.py.in;h=cadefb728b10569ffc1297d85027a582324cc9a3;hb=e74015680521597497c3218160a9e80081932896;hp=d7eca061a1725101c170d42ba4388038f26bff82;hpb=e5b7db60560479578eff28b3a6d6e8749e794bd6;p=babeltrace.git diff --git a/src/bindings/python/bt2/setup.py.in b/src/bindings/python/bt2/setup.py.in index d7eca061..cadefb72 100644 --- a/src/bindings/python/bt2/setup.py.in +++ b/src/bindings/python/bt2/setup.py.in @@ -60,12 +60,12 @@ def get_cflags(): # distutils performs a similar transformation step on LDSHARED on -# darwin to use the overriden CC as the default command for LDSHARED +# darwin to use the overridden CC as the default command for LDSHARED # (see distutils' customize_compiler() step in the sysconfig module). # # This takes it a step further by using our own LDFLAGS (when available) -# along with the overriden compiler and ensure that flags that are unsupported -# by either the Python interprter's CC or the overriden CC don't cause a +# along with the overridden compiler and ensure that flags that are unsupported +# by either the Python interprter's CC or the overridden CC don't cause a # build failure. def get_ldshared(): cc = os.environ.get("CC")