Skip to content

Commit

Permalink
Fix typo in exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDotPro committed Sep 18, 2012
1 parent 9d534b3 commit 11f97b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sslurp/AbstractCaRootData.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function getVersion()
if (preg_match('/^.*\$Revision: ([\d\.]+)/m', $this->getContent('Revision:'), $match)) {
$this->version = $match[1];
} else {
throw new \RuntimeException('Unable to detect revesion ID.');
throw new \RuntimeException('Unable to detect revision ID.');
}
}

Expand Down

0 comments on commit 11f97b2

Please sign in to comment.