diff --git a/autotest/gdrivers/openfilegdb.py b/autotest/gdrivers/openfilegdb.py index 2448300bd510..28a031d535fa 100755 --- a/autotest/gdrivers/openfilegdb.py +++ b/autotest/gdrivers/openfilegdb.py @@ -307,7 +307,7 @@ def test_openfilegb_raster_rat(): assert rat.GetRowCount() == 18 # Not completely sure if the GDAL API guarantees that a cloned RAT is - # stanalone, but that's how we have implemented it + # standalone, but that's how we have implemented it rat = rat.Clone() assert rat