From b7f8a012bfd11465af9f95c3d60101539a25219a Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 9 May 2020 18:48:10 +0200 Subject: scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted --- src/strtod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strtod.cpp') diff --git a/src/strtod.cpp b/src/strtod.cpp index d45e62db..4311caea 100644 --- a/src/strtod.cpp +++ b/src/strtod.cpp @@ -46,7 +46,7 @@ * Converts ASCII string to floating point number. * * This function converts the initial portion of the string pointed to - * by nptr to double floating point representation. The behaviour is the + * by nptr to double floating point representation. The behavior is the * same as * * pj_strtod(nptr, (char **)NULL); -- cgit v1.2.3