summaryrefslogtreecommitdiffstats
path: root/application/tests
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-02-14 19:12:13 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-02-14 19:12:13 +0100
commitb8facbbd7a9a29c6274c435932b9c810155e2460 (patch)
treec87b80ad013c6368fea3484462db3f0f7a7b4601 /application/tests
parentbfbbf4082779a7535cac2fb270fd928178ae7e70 (diff)
Fix typo in error message
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/tests')
-rw-r--r--application/tests/test_api_v1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/tests/test_api_v1.php b/application/tests/test_api_v1.php
index bba0f9180..e179abc69 100644
--- a/application/tests/test_api_v1.php
+++ b/application/tests/test_api_v1.php
@@ -212,7 +212,7 @@ class test_api_v1 extends Test {
$this->t->is_deeply(array(
'status' => 'error',
'error_id' => 'file/no-file',
- 'message' => 'No file was uploaded or unknown error occured.',
+ 'message' => 'No file was uploaded or unknown error occurred.',
), $ret, "expected reply");
}