From: Herwin Weststrate Date: Wed, 9 Nov 2016 08:48:30 +0000 (+0100) Subject: Typo fix in comments of fr_pair_value_from_str X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d50765b95f78584725c5445b4d1dbfce6ce9abb;p=thirdparty%2Ffreeradius-server.git Typo fix in comments of fr_pair_value_from_str inline => inlen --- diff --git a/src/lib/pair.c b/src/lib/pair.c index 9c4e5e37c85..e82bcd02ae1 100644 --- a/src/lib/pair.c +++ b/src/lib/pair.c @@ -1920,7 +1920,7 @@ void fr_pair_list_mcopy_by_num(TALLOC_CTX *ctx, VALUE_PAIR **to, VALUE_PAIR **fr * * @param vp to assign value to. * @param value string to convert. Binary safe for variable length values if len is provided. - * @param inlen may be < 0 in which case strlen(len) is used to determine length, else inline + * @param inlen may be < 0 in which case strlen(len) is used to determine length, else inlen * should be the length of the string or sub string to parse. * @return * - 0 on success.