Skip to content

Commit 5487d5a

Browse files
author
Jamie Hannaford
committed
Merge pull request #592 from evanlucas/typo
Fix Error message typo
2 parents 4162ffc + 393b220 commit 5487d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OpenCloud/Common/Resource/PersistentResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ protected function noDelete()
319319
*/
320320
protected function noUpdate()
321321
{
322-
throw new UpdateError('his resource does not support the update operation');
322+
throw new UpdateError('This resource does not support the update operation');
323323
}
324324

325325
/**

0 commit comments

Comments
 (0)