From 455149dcb52c495f9e5007009a7eb817f9cddc45 Mon Sep 17 00:00:00 2001 From: Spencer Rinehart Date: Sun, 8 Jun 2014 14:57:19 -0400 Subject: [PATCH] Fix small documentation typo. --- lib/Fhaculty/Graph/Set/Vertices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Fhaculty/Graph/Set/Vertices.php b/lib/Fhaculty/Graph/Set/Vertices.php index e98445e2..b48fdae1 100644 --- a/lib/Fhaculty/Graph/Set/Vertices.php +++ b/lib/Fhaculty/Graph/Set/Vertices.php @@ -228,7 +228,7 @@ public function getVertexMatch($callbackCheck) } /** - * checks whethere there's a Vertex that matches the given callback filter function + * checks whether there's a Vertex that matches the given callback filter function * * @param callback $callbackCheck * @return boolean