diff --git a/borg_interface/main.py b/borg_interface/main.py index e15cbd9..6a83f4b 100755 --- a/borg_interface/main.py +++ b/borg_interface/main.py @@ -16,7 +16,7 @@ while chosen_activity != 0: # less interface_functions.list_archives() if chosen_activity == ord('2'): - # Displays all the information related to the archive name the user + # Displays all the information related to the archive name the user # enters interface_functions.show_info() if chosen_activity == ord('3'):