Merge pull request #1617 from qnet-herwin/v3.0.x-typo
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 2 Jun 2016 14:20:16 +0000 (15:20 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 2 Jun 2016 14:20:16 +0000 (15:20 +0100)
V3.0.x typo

man/man5/unlang.5
scripts/monit/freeradius.monitrc
src/lib/print.c
src/modules/rlm_perl/rlm_perl.c

index 3b4349f..f95b3bf 100644 (file)
@@ -663,7 +663,7 @@ as with %{%{One}:-%{%{Two}:-%{Three}}}
 .PP
 String lengths and arrays
 .RS
-Similar to a Unix shell, there are ways to reference string lenths,
+Similar to a Unix shell, there are ways to reference string lengths,
 and the second or more instance of an attribute in a list.  If you
 need more than this functionality, we suggest using a real language.
 .IP %{strlen:string}
index 96433d6..65f96cf 100644 (file)
@@ -5,7 +5,7 @@
 #
 
 #
-#  Totalmem limit should be lowered to 200.0 if none of the 
+#  Totalmem limit should be lowered to 200.0 if none of the
 #  interpreted language modules or rlm_cache are being used.
 #
 check process radiusd with pidfile /var/run/radiusd/radiusd.pid
index 5ce0928..421732f 100644 (file)
@@ -493,7 +493,7 @@ char *vp_aprints_type(TALLOC_CTX *ctx, PW_TYPE type)
  *  JSON value to.
  *
  * @param out Where to write the string.
- * @param outlen Lenth of output buffer.
+ * @param outlen Length of output buffer.
  * @param vp to print.
  * @return the length of data written to out, or a value >= outlen on truncation.
  */
@@ -652,7 +652,7 @@ static char const *vp_tokens[] = {
  * to a string.
  *
  * @param out Where to write the string.
- * @param outlen Lenth of output buffer.
+ * @param outlen Length of output buffer.
  * @param vp to print.
  * @return the length of data written to out, or a value >= outlen on truncation.
  */
index 7abc41c..317aca9 100644 (file)
@@ -272,7 +272,7 @@ static PerlInterpreter *rlm_perl_clone(PerlInterpreter *perl, pthread_key_t *key
 /*
  *     This is wrapper for radlog
  *     Now users can call radiusd::radlog(level,msg) wich is the same
- *     calling radlog from C code.
+ *     as calling radlog from C code.
  */
 static XS(XS_radiusd_radlog)
 {