Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Dec 29, 2023
1 parent 9f713eb commit 5bf7549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dangerzone/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def open_files(filenames: List[str] = []) -> None:
window = MainWindow(dangerzone)

# Check for updates
log.debug("Setting up Dangezone updater")
log.debug("Setting up Dangerzone updater")
updater = UpdaterThread(dangerzone)
window.register_update_handler(updater.finished)

Expand Down

0 comments on commit 5bf7549

Please sign in to comment.