Skip to content
Snippets Groups Projects
Commit 8bab83d5 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

utils: fix typos

Thanks to Daniel Stirnimann!
parent fa1b44ec
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -43,7 +43,7 @@ Functions for DNSSEC keys and KASP (Key And Signature Policy)
management are provided.
.sp
The DNSSEC and KASP configuration is stored in a so called KASP database.
The databse is backed by LMDB.
The database is backed by LMDB.
.SS Basic options
.INDENT 0.0
.TP
......
......@@ -19,7 +19,7 @@ Functions for DNSSEC keys and KASP (Key And Signature Policy)
management are provided.
The DNSSEC and KASP configuration is stored in a so called KASP database.
The databse is backed by LMDB.
The database is backed by LMDB.
Basic options
.............
......
......@@ -1106,7 +1106,7 @@ static const cmd_help_t cmd_help_table[] = {
{ CMD_ZONE_RETRANSFER, "[<zone>...]", "Force slave zone retransfer (no serial check)." },
{ CMD_ZONE_FLUSH, "[<zone>...] [<filter>...]", "Flush zone journal into the zone file." },
{ CMD_ZONE_SIGN, "[<zone>...]", "Re-sign the automatically signed zone." },
{ CMD_ZONE_KSK_SBM, "<zone>", "When KSK submission, confirm parent's DS presence manualy." },
{ CMD_ZONE_KSK_SBM, "<zone>", "When KSK submission, confirm parent's DS presence manually." },
{ CMD_ZONE_FREEZE, "[<zone>...]", "Temporarily postpone automatic zone-changing events." },
{ CMD_ZONE_THAW, "[<zone>...]", "Dismiss zone freeze." },
{ "", "", "" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment