Skip to content

Commit

Permalink
Fix typo in signal name
Browse files Browse the repository at this point in the history
  • Loading branch information
amka authored Jun 7, 2022
1 parent 12634e1 commit ea6bacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frog/screenshot_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def decode_image(self, lang: str, filename: str, copy: bool = False) -> None:
self.emit('decoded', extracted, copy)

else:
self.emit('erorr', f'No text found.')
self.emit('error', f'No text found.')

def capture_cancelled(self, cancellable: Gio.Cancellable) -> None:
self.emit('error', 'Cancelled')

0 comments on commit ea6bacf

Please sign in to comment.