Index: openacs-4/packages/accounts-finance/tcl/distribution-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/accounts-finance/tcl/distribution-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/accounts-finance/tcl/distribution-procs.tcl 23 Mar 2018 22:56:42 -0000 1.3 +++ openacs-4/packages/accounts-finance/tcl/distribution-procs.tcl 5 Apr 2018 14:44:08 -0000 1.4 @@ -475,7 +475,7 @@ Default values convert from Celsius to Fahrenheit. Creates a new column. An existing column col_ref_to name will have an underscore and number appended. In case of error, returns an empty list. Conversion only requires 2 points. Median and either max or min for both ranges. If all three points are supplied, - separate conversion calaculations occurr for the range below med vs. above med value in + separate conversion calaculations occur for the range below med vs. above med value in order to accommodate transformations of two different tail scales in statistical calculations. } { ns_log Notice "qaf_table_column_convert.468: col_ref_from $col_ref_from min_point_from $min_point_from med_point_from $med_point_from max_point_from $max_point_from"