Skip to content

Commit

Permalink
Typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist committed Oct 13, 2024
1 parent 4a4446c commit 915568c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/filemanagement.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def list_of_files_in_directory(folder, file_stats=True, title_and_desc=False, va
valid = True
elif version < 3:
valid = False
errors = [([], f"This config is made for the previuos version {version} of CamillaDSP.")]
errors = [([], f"This config is made for the previous version {version} of CamillaDSP.")]
except yaml.YAMLError as e:
if hasattr(e, 'problem_mark'):
mark = e.problem_mark
Expand Down

0 comments on commit 915568c

Please sign in to comment.