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/internal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal.cpp') diff --git a/src/internal.cpp b/src/internal.cpp index b4b7a683..91994077 100644 --- a/src/internal.cpp +++ b/src/internal.cpp @@ -475,7 +475,7 @@ void proj_context_log_debug (PJ_CONTEXT *ctx, const char *fmt, ...) { /*****************************************************************************/ void proj_log_trace (PJ *P, const char *fmt, ...) { /****************************************************************************** - For reporting embarrasingly detailed debugging information. + For reporting embarrassingly detailed debugging information. ******************************************************************************/ va_list args; va_start( args, fmt ); -- cgit v1.2.3