From b54ad565e4b476aa872914c9d0eb4a09d838036e Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 4 Oct 2023 23:51:17 +0200 Subject: [PATCH] typo fix [ci skip] --- doc/source/development/rfc/rfc95_standard_int_types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/rfc/rfc95_standard_int_types.rst b/doc/source/development/rfc/rfc95_standard_int_types.rst index b12be8f57ad1..162f6a078987 100644 --- a/doc/source/development/rfc/rfc95_standard_int_types.rst +++ b/doc/source/development/rfc/rfc95_standard_int_types.rst @@ -31,7 +31,7 @@ Motivation self-explanatory on their actual width (64 bit), adds cognitive load to developers. -- Due to their poor namespacing, those short typenames may occasionaly clash +- Due to their poor namespacing, those short typenames may occasionally clash with other libraries. At a time, Poppler used a ``GBool`` data type as well, which was clashing with GDAL's one.