diff options
| author | Adam Johnson <me@adamj.eu> | 2017-03-01 07:11:32 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-03-01 10:11:32 -0500 |
| commit | c1d652c62f4d03a36dfe5c3a93ab68076825423c (patch) | |
| tree | 3accffcd5fe3c7dd7ee6744d85ba3646ad7f7568 | |
| parent | 4f22505a9f96688f27089b49983efd5c49381298 (diff) | |
Fixed typo in docs/releases/1.10.6.txt.
| -rw-r--r-- | docs/releases/1.10.6.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.10.6.txt b/docs/releases/1.10.6.txt index 6391bcf756..ad9d8ab39e 100644 --- a/docs/releases/1.10.6.txt +++ b/docs/releases/1.10.6.txt @@ -19,7 +19,7 @@ Bugfixes or ``IntegerField`` from ``DateField`` (:ticket:`27828`). * Fixed query expression date subtraction accuracy on PostgreSQL for - differences large an a month (:ticket:`27856`). + differences larger than a month (:ticket:`27856`). * Fixed a ``GDALException`` raised by ``GDALClose`` on GDAL ≥ 2.0 (:ticket:`27479`). |
