From: Alan T. DeKok Date: Thu, 7 Sep 2023 19:09:08 +0000 (-0400) Subject: typos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dcc993f14f2d5a9432c619a658d7e2269d990e9;p=thirdparty%2Ffreeradius-server.git typos --- diff --git a/src/bin/unit_test_attribute.c b/src/bin/unit_test_attribute.c index 2be133ac59c..5031b064b5c 100644 --- a/src/bin/unit_test_attribute.c +++ b/src/bin/unit_test_attribute.c @@ -2396,7 +2396,7 @@ static size_t command_proto(command_result_t *result, command_file_ctx_t *cc, ssize_t slen; if (*in == '\0') { - fr_strerror_printf("Load syntax is \"load \""); + fr_strerror_printf("Load syntax is \"proto \""); RETURN_PARSE_ERROR(0); } @@ -2936,7 +2936,7 @@ static fr_table_ptr_sorted_t commands[] = { { L("encode-proto"), &(command_entry_t){ .func = command_encode_proto, .usage = "encode-proto[.] (-| = [,])", - .description = "Encode one or more attributes as a packet, writing a hex string to the data buffer. Protocol must be loaded with \"load \" first" + .description = "Encode one or more attributes as a packet, writing a hex string to the data buffer. Protocol must be loaded with \"proto \" first" }}, { L("eof"), &(command_entry_t){ .func = command_eof,