Merge "fix misspelling of 'configuration'"

This commit is contained in:
Zuul 2018-01-24 09:46:42 +00:00 committed by Gerrit Code Review
commit 126d2d6275
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class Node(resource.Resource):
target_provision_state = resource.Body("target_provision_state")
#: The requested state during a state transition.
target_power_state = resource.Body("target_power_state")
#: The requested RAID configration of the node which will be applied when
#: The requested RAID configuration of the node which will be applied when
#: the node next transitions through the CLEANING state.
target_raid_config = resource.Body("target_raid_config")
#: Timestamp at which the node was last updated.