Skip to content

Commit 6d96649

Browse files
committed
typo fixes
1 parent 51ac2f7 commit 6d96649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alg/gdalwarpoperation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3227,10 +3227,10 @@ CPLErr GDALWarpOperation::ComputeSourceWindow(
32273227
/* fallback to adding a bit to the window if any points failed */
32283228
/* to transform. */
32293229
/* -------------------------------------------------------------------- */
3230-
if (const char *pszSoureExtra =
3230+
if (const char *pszSourceExtra =
32313231
CSLFetchNameValue(psOptions->papszWarpOptions, "SOURCE_EXTRA"))
32323232
{
3233-
const int nSrcExtra = atoi(pszSoureExtra);
3233+
const int nSrcExtra = atoi(pszSourceExtra);
32343234
nXRadius += nSrcExtra;
32353235
nYRadius += nSrcExtra;
32363236
}

0 commit comments

Comments
 (0)