2
0
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:
Jeremy C. Reed
2013-03-06 08:41:51 -06:00
parent 4246e4ed38
commit 6ae0d625f0
121 changed files with 181 additions and 181 deletions

View File

@@ -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 = []