Skip to content

Commit

Permalink
typo fixes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Sep 5, 2023
1 parent 8342562 commit 40e4af7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion port/cpl_azure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ GetConfigurationFromIMDSCredentials(const std::string &osPathForOption,
static GIntBig gnLastReadFederatedTokenFile = 0;
static std::string gosFederatedToken{};

// Azure Active Directoy Workload Identity, typically for Azure Kubernetes
// Azure Active Directory Workload Identity, typically for Azure Kubernetes
// Cf https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/azure/identity/_credentials/workload_identity.py
static bool GetConfigurationFromWorkloadIdentity(CPLString &osAccessToken)
{
Expand Down
1 change: 1 addition & 0 deletions scripts/typos_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,4 @@ The effect of the ``ot`` option (added in GDAL 3.7) is to force the output image
"HE5_GCTP_ROBIN", "HE5_GCTP_SOM", "HE5_GCTP_ALASKA",
else if (EQUAL(pszKey, "ot"))
ds = gdal.Open("vrt://data/float32.tif?ot=Int32")
"NUM_ADJ_PARM", "(NUM_ADJ_PARM+1)*(NUM_ADJ_PARM)/2",
2 changes: 1 addition & 1 deletion swig/python/gdal-utils/osgeo_utils/gdal_retile.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def createPyramidTile(
The levelMosaicInfo object contains data about the mosaic at a given pyramid level.
Returns None if sucessful and return 1 if there is an error
Returns None if successful and return 1 if there is an error
"""
temp_tilename = _createTempFileName(tileName)

Expand Down

0 comments on commit 40e4af7

Please sign in to comment.