We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ac2f7 commit 6d96649Copy full SHA for 6d96649
alg/gdalwarpoperation.cpp
@@ -3227,10 +3227,10 @@ CPLErr GDALWarpOperation::ComputeSourceWindow(
3227
/* fallback to adding a bit to the window if any points failed */
3228
/* to transform. */
3229
/* -------------------------------------------------------------------- */
3230
- if (const char *pszSoureExtra =
+ if (const char *pszSourceExtra =
3231
CSLFetchNameValue(psOptions->papszWarpOptions, "SOURCE_EXTRA"))
3232
{
3233
- const int nSrcExtra = atoi(pszSoureExtra);
+ const int nSrcExtra = atoi(pszSourceExtra);
3234
nXRadius += nSrcExtra;
3235
nYRadius += nSrcExtra;
3236
}
0 commit comments