Skip to content

Commit 6b98469

Browse files
committed
owfile: Fix typo in error message
1 parent ae3f7c2 commit 6b98469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orange/widgets/data/owfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def load_data(self):
256256
try:
257257
data = self.reader.read()
258258
except Exception as ex:
259-
errors.append("An error occured:")
259+
errors.append("An error occurred:")
260260
errors.append(str(ex))
261261
data = None
262262
self.editor_model.reset()

0 commit comments

Comments
 (0)