Skip to content

Commit

Permalink
Merge pull request #77 from Metabor/patch-1
Browse files Browse the repository at this point in the history
Fix typo in reference to UnexpectedValueException
  • Loading branch information
clue committed Sep 23, 2013
2 parents d0d548a + 02affff commit a1a48c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Fhaculty/Graph/GraphViz.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public function createImageFile()

$ret = file_put_contents($tmp, $script, LOCK_EX);
if ($ret === false) {
throw new UnexpectedValuexception('Unable to write graphviz script to temporary file');
throw new UnexpectedValueException('Unable to write graphviz script to temporary file');
}

$ret = 0;
Expand Down

0 comments on commit a1a48c8

Please sign in to comment.