Skip to content

Commit

Permalink
typo fix [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 10, 2025
1 parent 4cc3cd9 commit 06c046d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frmts/libertiff/libertiffdataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class LIBERTIFFBand final : public GDALPamRasterBand

// We could do a smarter implementation by manually managing blocks in
// the TLS structure, but given we should rarely use that method, the
// current approach with a mutex should be good enouh
// current approach with a mutex should be good enough
GDALRasterBlock *GetLockedBlockRef(int nXBlockOff, int nYBlockOff,
int bJustInitialize = FALSE) override
{
Expand Down
1 change: 1 addition & 0 deletions scripts/typos_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -345,3 +345,4 @@ either 2 or 4 comma separated values. The same rules apply for the source and de
DESCRIPTION=Staatliche Verwaltungs- und Sozialdienste wie öffentliche Verwaltung, Katastrophenschutz, Schulen und Krankenhäuser, die von öffentlichen oder privaten Einrichtungen erbracht werden, soweit sie in den Anwendungsbereich der Richtlinie 2007/2/EG fallen. Dieser Datensatz enthält Informationen zu Feuerwehrleitstellen.
# Disable cfchecker validation as it fails with a '(5): co-ordinate variable not monotonic'
* do not emit warnings about not having used [Dont]UseExceptions() if run under
// Hack for a file called MANAL_2023030103.grb2 that

0 comments on commit 06c046d

Please sign in to comment.