aboutsummaryrefslogtreecommitdiff
path: root/lib/libnet/tftp.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-02-22 16:40:55 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-02-28 16:08:50 +1100
commitac9eac38755af41c114bef5515aa6863ad648d86 (patch)
tree1353ee9d6bce48f88dd02612eb75b42c12a14fa5 /lib/libnet/tftp.c
parent9bbdd35a274c6b45c62872ecbcc40931612ff70f (diff)
downloadSLOF-ac9eac38755af41c114bef5515aa6863ad648d86.zip
SLOF-ac9eac38755af41c114bef5515aa6863ad648d86.tar.gz
SLOF-ac9eac38755af41c114bef5515aa6863ad648d86.tar.bz2
Fix typos in the lib/libnet folder
Found with the "codespell" utility. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'lib/libnet/tftp.c')
-rw-r--r--lib/libnet/tftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libnet/tftp.c b/lib/libnet/tftp.c
index 9a5817a..2d5b90f 100644
--- a/lib/libnet/tftp.c
+++ b/lib/libnet/tftp.c
@@ -155,7 +155,7 @@ static void send_rrq(int fd)
}
/**
- * send_ack - Sends a acknowlege package.
+ * send_ack - Sends an acknowledgement.
*
* @blckno: block number
* @dport: UDP destination port
@@ -657,7 +657,7 @@ int parse_tftp_args(char buffer[], char *server_ip, char filename[], int fd,
/* look for dns server name */
tmp1 = strchr(raw, '.');
if (tmp1 == NULL) {
- printf("\n missing . seperator in %s\n", raw);
+ printf("\n missing . separator in %s\n", raw);
free(raw);
return -1;
}