From 8ec7f15c1d7a129ecbc16d2a46d4f76a03087aa1 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Mon, 22 Jan 2024 21:46:31 +0100 Subject: [PATCH] bootpd(8): Fix a typo in a source code comment - s/adddress/address/ (cherry picked from commit d04df664776b436f712051520d48f84be93ab269) --- libexec/bootpd/dumptab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c index 3961cb4210c..9b839c26c5b 100644 --- a/libexec/bootpd/dumptab.c +++ b/libexec/bootpd/dumptab.c @@ -323,7 +323,7 @@ dump_generic(FILE *fp, struct shared_bindata *generic) * * The addresses are printed in standard ASCII "dot" notation and separated * from one another by a single space. A single leading space is also - * printed before the first adddress. + * printed before the first address. * * Null lists produce no output (and no error). */