Merge "Fix typo in docstring"

This commit is contained in:
Jenkins 2016-09-28 08:27:05 +00:00 committed by Gerrit Code Review
commit 3b0902a8c0
1 changed files with 1 additions and 1 deletions

View File

@ -3720,7 +3720,7 @@ class ResourceAvailabilityTest(common.HeatTestCase):
"""Test for other exceptions when checking for service availability
Ex. when client throws an error, make sure resource is throwing
ResourceTypeUnavailable that contains the orginal exception message.
ResourceTypeUnavailable that contains the original exception message.
"""
with mock.patch.object(
generic_rsrc.ResourceWithDefaultClientName,