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 Nov 1, 2023
1 parent e4026b0 commit 33d6db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frmts/hdf5/s102dataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ GDALDataset *S102Dataset::Open(GDALOpenInfo *poOpenInfo)
if (VSIStatL(poDS->m_osMetadataFile.c_str(), &sStat) != 0)
{
// Test products from https://data.admiralty.co.uk/portal/apps/sites/#/marine-data-portal/pages/s-100
// advertize a metadata filename starting with "MD_", per the spec,
// advertise a metadata filename starting with "MD_", per the spec,
// but the actual filename does not start with "MD_"...
if (STARTS_WITH(pszVal, "MD_"))
{
Expand Down

0 comments on commit 33d6db3

Please sign in to comment.