diff --git a/imports/eula_handler.py b/imports/eula_handler.py index 97d98942..1e6a43a9 100644 --- a/imports/eula_handler.py +++ b/imports/eula_handler.py @@ -52,7 +52,7 @@ def prompt_eula(self): notice += '|___________________________________________________________________________|\n' print(red(notice)) eula_answer = raw_input( - 'Type YES in captial letters to accept this EULA.\n > ') + 'Type YES in capital letters to accept this EULA.\n > ') if eula_answer == 'YES': new = open(globals.vars.eula_file, 'a') new.write(eula_answer)