changeset 11131:953bb56af598

quantile.m: fix typo in previous change
author John W. Eaton <jwe@octave.org>
date Thu, 21 Oct 2010 16:15:16 -0400
parents 7c573eb981eb
children 6ed521ed2d6a
files scripts/ChangeLog scripts/statistics/base/quantile.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Thu Oct 21 16:12:13 2010 -0400
+++ b/scripts/ChangeLog	Thu Oct 21 16:15:16 2010 -0400
@@ -1,3 +1,7 @@
+2010-10-21  John W. Eaton  <jwe@octave.org>
+
+	* statistics/base/quantile.m: Fix typo in previous change.
+
 2010-10-21  Rik  <octave@nomad.inbox5.com>
 
 	* statistics/distributions/wblcdf.m, statistics/distributions/wblinv.m,
--- a/scripts/statistics/base/quantile.m	Thu Oct 21 16:12:13 2010 -0400
+++ b/scripts/statistics/base/quantile.m	Thu Oct 21 16:15:16 2010 -0400
@@ -1,4 +1,4 @@
-n## Copyright (C) 2008, 2009 Ben Abbott and Jaroslav Hajek
+## Copyright (C) 2008, 2009 Ben Abbott and Jaroslav Hajek
 ## 
 ## This file is part of Octave.
 ##