Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luku committed Mar 14, 2012
1 parent 740c9f4 commit 217aa19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/ApiFile.php
Expand Up @@ -251,7 +251,7 @@ public function loadFile($filePath, $options = array()) {
return $docs;
}
if (!$this->isAllowed($filePath)) {
throw new Exception(__d('api_geneartor', '%s is not accesible or does not exist.', $filePath));
throw new Exception(__d('api_generator', '%s is not accesible or does not exist.', $filePath));
}
$this->_importCakeBaseClasses($filePath);
$this->_resolveDependancies($filePath, $options);
Expand Down

0 comments on commit 217aa19

Please sign in to comment.