diff --git a/README.md b/README.md index fc88ec6..8042cdf 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ qxresearch AI is a research lab focused on Machine Learning, Deep Learning, and ### Python Application * 📼 [Voice Recorder](https://github.com/qxresearch/qxresearch-event-1/tree/master/Applications/Voice%20Recorder) : Simple voice recorder with custom time limit -* 🔑 [Password Protect PDF](https://github.com/qxresearch/qxresearch-event-1/tree/master/Applications/Password%20Protech%20PDF) : Protect a pdf with custom password +* 🔑 [Password Protect PDF](https://github.com/qxresearch/qxresearch-event-1/tree/master/Applications/Password%20Protect%20PDF) : Protect a pdf with custom password * 🗏 [Merge Multiple PDF](https://github.com/qxresearch/qxresearch-event-1/tree/master/Applications/Merge%20Multiple%20PDF) : Merge multiple pdfs with python scripting * 🔔 [Windows Notification](https://github.com/qxresearch/qxresearch-event-1/tree/master/Applications/Windows%20Notification) : Custom windows notification maker * 🎬 [Audio Visualization Tool](https://github.com/qxresearch/qxresearch-event-1/tree/master/Applications/Audio%20Visualization%20Tool) : Awesome audio visualization tool! diff --git a/passpdf.py b/passpdf.py index 14dd0b9..3563e43 100644 --- a/passpdf.py +++ b/passpdf.py @@ -6,7 +6,7 @@ # Explicitly ask the user what the name of the original file is -pdf_name = input('Pleast type in the name of the pdf file suffixed with its extention: ') +pdf_name = input('Please type in the name of the pdf file suffixed with its extension: ') # Making an instance of the PdfFileReader class with the original file as an argument original_file = PdfFileReader(pdf_name)