]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typos
authorAlan T. DeKok <aland@freeradius.org>
Thu, 7 Sep 2023 19:09:08 +0000 (15:09 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 7 Sep 2023 19:09:08 +0000 (15:09 -0400)
src/bin/unit_test_attribute.c

index 2be133ac59ca35a2c28219babed89d75267ffe40..5031b064b5c8bd07712dc2b9ffce8946e26dfee7 100644 (file)
@@ -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 <lib_name>\"");
+               fr_strerror_printf("Load syntax is \"proto <lib_name>\"");
                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[.<testpoint_symbol>] (-|<attribute> = <value>[,<attribute = <value>])",
-                                       .description = "Encode one or more attributes as a packet, writing a hex string to the data buffer.  Protocol must be loaded with \"load <protocol>\" first"
+                                       .description = "Encode one or more attributes as a packet, writing a hex string to the data buffer.  Protocol must be loaded with \"proto <protocol>\" first"
                                }},
        { L("eof"),             &(command_entry_t){
                                        .func = command_eof,