diff --git a/Data Structures/Graphs/MatrixGraphs.java b/Data Structures/Graphs/MatrixGraphs.java index f064c012..5723bf38 100644 --- a/Data Structures/Graphs/MatrixGraphs.java +++ b/Data Structures/Graphs/MatrixGraphs.java @@ -120,7 +120,7 @@ class AdjacencyMatrixGraph { } /** - * this gives a list of verticies in the graph and their adjacencies + * this gives a list of vertices in the graph and their adjacencies * * @return returns a string describing this graph */