Skip to content

Commit

Permalink
misspell fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Aug 28, 2021
1 parent 061c82a commit 04ac536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cosymlib/file_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def check_geometries_vertices(geometries, file_name):
warnings.warn('Structure {} with name {} of file {}\n '
'Number of vertices does not match with other structures\n'.format(idg + 1, geometry.name,
file_name),
errors.DifferentVerteciesWarning)
errors.DifferentVerticesWarning)


# Read INPUT files
Expand Down
2 changes: 1 addition & 1 deletion cosymlib/file_io/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class MissingAtomWarning(Warning):
pass


class DifferentVerteciesWarning(Warning):
class DifferentVerticesWarning(Warning):
pass


Expand Down

0 comments on commit 04ac536

Please sign in to comment.