mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[master] many misspelling and typo fixes
reviewed by jelte via jabber. Changes some log message descriptions and some function arguments and some output.
This commit is contained in:
@@ -914,9 +914,9 @@ class NSECBASE(RR):
|
||||
nbitmap = 1 # number of bitmaps
|
||||
block = 0
|
||||
maplen = None # default bitmap length, auto-calculate
|
||||
bitmap = '040000000003' # an arbtrarily chosen bitmap sample
|
||||
bitmap = '040000000003' # an arbitrarily chosen bitmap sample
|
||||
def dump(self, f):
|
||||
# first, construct the bitmpa data
|
||||
# first, construct the bitmap data
|
||||
block_list = []
|
||||
maplen_list = []
|
||||
bitmap_list = []
|
||||
|
Reference in New Issue
Block a user