Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 6, 2022
1 parent 6ce6376 commit c6bab7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frmts/gtiff/libtiff/tif_dirread.c
Expand Up @@ -5092,7 +5092,7 @@ _TIFFCheckDirNumberAndOffset(TIFF *tif, uint16_t dirn, uint64_t diroff)
* from the list of directories already seen.
* Returns 1 if the offset was in the list and the directory number
* can be returned.
* Otherwise returns 0 or if an error occured.
* Otherwise returns 0 or if an error occurred.
*/
int
_TIFFGetDirNumberFromOffset(TIFF *tif, uint64_t diroff, uint16_t* dirn)
Expand Down
2 changes: 1 addition & 1 deletion frmts/nitf/nitfdataset.cpp
Expand Up @@ -6119,7 +6119,7 @@ static bool NITFWriteDES( VSILFILE*& fp, const char* pszFilename,
if( nDataLen < 0 )
{
CPLError(CE_Failure, CPLE_AppDefined,
"Value of DESSHL = '%s' is not consitent with provided DESData",
"Value of DESSHL = '%s' is not consistent with provided DESData",
szDESSHL);
return false;
}
Expand Down

0 comments on commit c6bab7c

Please sign in to comment.