Skip to content

Commit

Permalink
Merge pull request #562 from plonibarploni/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
AlessandroZ authored Jun 3, 2021
2 parents ab0b95b + 7cb5062 commit 15495bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linux/lazagne/softwares/browsers/mozilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def run(self):
}
)
except Exception:
self.debug(u'An error occured decrypting the password: {error}'.format(
self.debug(u'An error occurred decrypting the password: {error}'.format(
error=traceback.format_exc()))
else:
self.info(u'Database empty')
Expand Down

0 comments on commit 15495bb

Please sign in to comment.