diff options
Diffstat (limited to 'ext/misc/percentile.c')
-rw-r--r-- | ext/misc/percentile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/misc/percentile.c b/ext/misc/percentile.c index 06865185d..98e45cc3a 100644 --- a/ext/misc/percentile.c +++ b/ext/misc/percentile.c @@ -205,7 +205,7 @@ static int percentBinarySearch(Percentile *p, double y, int bExact){ /* ** Generate an error for a percentile function. ** -** The error format string must have exactly one occurrance of "%%s()" +** The error format string must have exactly one occurrence of "%%s()" ** (with two '%' characters). That substring will be replaced by the name ** of the function. */ |