Skip to content

Commit 273fbf6

Browse files
authored
fastflix/shared.py: Fix typo: "tp" → "to" (#647)
Fixes a spelling error in a debug log in `latest_fastflix()`.
1 parent efa87db commit 273fbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastflix/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def latest_fastflix(app, show_new_dialog=False):
199199
title=t("New Version"),
200200
)
201201
return
202-
logger.debug("FastFlix is up tp date")
202+
logger.debug("FastFlix is up to date")
203203
if show_new_dialog:
204204
message(t(f"You are using the latest version of FastFlix") + f" <br>") # <br> {contrib} 💓 <br>
205205

0 commit comments

Comments
 (0)