# HG changeset patch # User John W. Eaton # Date 1287692116 14400 # Node ID 953bb56af5984b725366b25801cd9082b7687adc # Parent 7c573eb981eb8b6edd9d4135640dddbe165848cf quantile.m: fix typo in previous change diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2010-10-21 John W. Eaton + + * statistics/base/quantile.m: Fix typo in previous change. + 2010-10-21 Rik * statistics/distributions/wblcdf.m, statistics/distributions/wblinv.m, diff --git a/scripts/statistics/base/quantile.m b/scripts/statistics/base/quantile.m --- a/scripts/statistics/base/quantile.m +++ b/scripts/statistics/base/quantile.m @@ -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. ##