Skip to content
Snippets Groups Projects
Commit a5183d3d authored by Alexander Schreiber's avatar Alexander Schreiber Committed by René Nussbaumer
Browse files

Typo fix: s/aditional/additional/


Trivial fix for a typo in message output of LUInstanceSetParams

Signed-off-by: default avatarAlexander Schreiber <als@google.com>
Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
parent 3c6b7403
No related branches found
No related tags found
No related merge requests found
......@@ -12503,7 +12503,7 @@ class LUInstanceSetParams(LogicalUnit):
disk_info, None, None, 0, feedback_fn,
self.diskparams)
info = _GetInstanceInfoText(instance)
feedback_fn("Creating aditional volumes...")
feedback_fn("Creating additional volumes...")
# first, create the missing data and meta devices
for disk in new_disks:
# unfortunately this is... not too nice
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment