Commit was pushed at 24ca5625813f087963a3f2c768a5a5bd23bfee4c on 2.15 branch. Thanks :)
On 4 January 2017 at 12:08, Brian Foley <[email protected]> wrote: > On Tue, Jan 03, 2017 at 08:46:06AM +0000, 'Federico Morg Pareschi' via > ganeti-devel wrote: >> Signed-off-by: Federico Morg Pareschi <[email protected]> >> --- >> lib/cli_opts.py | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/lib/cli_opts.py b/lib/cli_opts.py >> index 0b1bb0c..75379aa 100644 >> --- a/lib/cli_opts.py >> +++ b/lib/cli_opts.py >> @@ -852,7 +852,7 @@ IGNORE_CONSIST_OPT = cli_option("--ignore-consistency", >> IGNORE_HVVERSIONS_OPT = cli_option("--ignore-hvversions", >> dest="ignore_hvversions", >> action="store_true", default=False, >> - help="Ignore imcompatible hypervisor" >> + help="Ignore incompatible hypervisor" >> " versions between source and target") > > LGTM thanks. Nothing like a little "imcompatibility" to ruin your day... :)
