Fix typos

Change-Id: Ibad3f8e9f55af5e652b6be198bebace2b1bfb35b
Reviewed-on: https://gerrit.libreoffice.org/36235
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
This commit is contained in:
Andrea Gelmini
2017-04-06 22:32:05 +02:00
committed by Eike Rathke
parent a2a4fa446f
commit caf3889595
7 changed files with 8 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ with open("loplugin.constantparam.report", "wt") as f:
# take bitmask parameters where one or more of the bits in the
# bitmask is always one or always zero
# integer to hext str
# integer to hex str
def hex(i):
return "0x%x" % i
# I can't use python's ~ operator, because that produces negative numbers