Change "paramter" -> "parameter".
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
help='Setup the SDK and configure the IDE')
parser_ide_sdk.add_argument(
'recipenames', nargs='+', help='Generate an IDE configuration suitable to work on the given recipes.\n'
- 'Depending on the --mode paramter different types of SDKs and IDE configurations are generated.')
+ 'Depending on the --mode parameter different types of SDKs and IDE configurations are generated.')
parser_ide_sdk.add_argument(
'-m', '--mode', type=DevtoolIdeMode, default=DevtoolIdeMode.modified,
help='Different SDK types are supported:\n'