Skip to content

Commit aa9bf90

Browse files
committed
Improve comment
1 parent c49fd48 commit aa9bf90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/process/radius/base.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,10 +775,10 @@ static xlat_arg_parser_t const xlat_func_radius_secret_verify_args[] = {
775775
XLAT_ARG_PARSER_TERMINATOR
776776
};
777777

778-
/** Validates a request against a know shared secret
778+
/** Validates a request against a known shared secret
779779
*
780780
* Designed for the specific purpose of verifying dynamic clients
781-
* against a know shared secret.
781+
* against a known shared secret in a `new client` section.
782782
*
783783
* Example:
784784
@verbatim

0 commit comments

Comments
 (0)