Skip to content
Snippets Groups Projects
Commit f8ca1056 authored by Demian Katz's avatar Demian Katz
Browse files

Merge pull request #254 from UB-Mannheim/typos

Fix typo in error message.
parents 8ed1a2ea 3f081a93
Branches
Tags
No related merge requests found
...@@ -339,7 +339,7 @@ abstract class EdsApi_REST_Base ...@@ -339,7 +339,7 @@ abstract class EdsApi_REST_Base
); );
} }
if (!isset($result)) { if (!isset($result)) {
throw new EbscoEdsApiException('Unknown error processing reponse'); throw new EbscoEdsApiException('Unknown error processing response');
} }
return $result; return $result;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment