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:
committed by
Eike Rathke
parent
a2a4fa446f
commit
caf3889595
@@ -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
|
||||
|
Reference in New Issue
Block a user