Skip to content

Commit

Permalink
radclient: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpereira authored and arr2036 committed May 29, 2019
1 parent 1d251af commit dd72cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/radclient.c
Expand Up @@ -438,7 +438,7 @@ static int radclient_init(TALLOC_CTX *ctx, rc_file_pair_t *files)
* Skip empty entries
*/
if (!request->packet->vps) {
WARN("Skpping \"%s\": No Attributes", files->packets);
WARN("Skipping \"%s\": No Attributes", files->packets);
talloc_free(request);
continue;
}
Expand Down

0 comments on commit dd72cbf

Please sign in to comment.