Skip to content

Commit 4ca3db0

Browse files
authored
Fix spelling errors. (#554)
* occuring -> occurring Co-authored-by: Bas Couwenberg <[email protected]>
1 parent d3ff55b commit 4ca3db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyogrio/_err.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ cdef void stacking_error_handler(
418418

419419
@contextlib.contextmanager
420420
def capture_errors():
421-
"""A context manager that captures all GDAL non-fatal errors occuring.
421+
"""A context manager that captures all GDAL non-fatal errors occurring.
422422
423423
It adds all errors to a single stack, so it assumes that no more than one
424424
GDAL function is called.

0 commit comments

Comments
 (0)