diff --git a/src/Picocrypt.py b/src/Picocrypt.py index a1ca788..492dd45 100644 --- a/src/Picocrypt.py +++ b/src/Picocrypt.py @@ -828,7 +828,7 @@ dummy = tkinter.ttk.Button( ) dummy.place(x=480,y=0) -# Close window only if not encryption or decrypting +# Close window only if not encrypting or decrypting def onClose(): if not working: tk.destroy()