Skip to content

Commit 10dc7e4

Browse files
committed
fix 'occured' -> 'occurred' typos in file_based and response_to_file_extractor
Multiple error messages read 'occured'. Fixed to 'occurred'. String-literal-only change. Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
1 parent 1256a1f commit 10dc7e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

airbyte_cdk/sources/file_based/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def yield_and_raise_collected(self) -> Any:
5555
# raising the single exception
5656
raise AirbyteTracedException(
5757
internal_message="Please check the logged errors for more information.",
58-
message="Some errors occured while reading from the source.",
58+
message="Some errors occurred while reading from the source.",
5959
failure_type=FailureType.config_error,
6060
)
6161

0 commit comments

Comments
 (0)