# HG changeset patch # User John W. Eaton # Date 1324748546 18000 # Node ID 0970a03170ea8cc2d5d44608355f250df5b063ae # Parent 6145053851716232ebaa1036c4d9f7572e86b392 fix typo in stats.txi * stats.txi: stdtormal -> stdnormal. Reported by Santiago Vila . diff -r 614505385171 -r 0970a03170ea doc/interpreter/stats.txi --- a/doc/interpreter/stats.txi Fri Dec 23 20:09:27 2011 -0800 +++ b/doc/interpreter/stats.txi Sat Dec 24 12:42:26 2011 -0500 @@ -303,9 +303,9 @@ @tab @code{poisscdf} @tab @code{poissinv} @item Standard Normal Distribution - @tab @code{stdtormal_pdf} - @tab @code{stdtormal_cdf} - @tab @code{stdtormal_inv} + @tab @code{stdnormal_pdf} + @tab @code{stdnormal_cdf} + @tab @code{stdnormal_inv} @item t (Student) Distribution @tab @code{tpdf} @tab @code{tcdf}