On Wed, Jul 27, 2016 at 11:13 AM, Ben Pfaff <[email protected]> wrote: > The most important change here is to delete misspelled "the". > > Signed-off-by: Ben Pfaff <[email protected]> > --- > ovn/utilities/ovn-nbctl.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/ovn/utilities/ovn-nbctl.c b/ovn/utilities/ovn-nbctl.c > index e594a32..947e3a1 100644 > --- a/ovn/utilities/ovn-nbctl.c > +++ b/ovn/utilities/ovn-nbctl.c > @@ -402,9 +402,9 @@ DHCP Options commands:\n\ > dhcp-options-list \n\ > lists the DHCP_Options rows\n\ > dhcp-options-set-options DHCP_OPTIONS_UUID KEY=VALUE [KEY=VALUE]...\n\ > - set DHCP options to the DHCP_OPTIONS_UUID\n\ > + set DHCP options for DHCP_OPTIONS_UUID\n\ > dhcp-options-get-options DHCO_OPTIONS_UUID \n\ > - displays the DHCP options of th > DHCP_OPTIONS_UUID\n\ > + displays the DHCP options for > DHCP_OPTIONS_UUID\n\ > \n\ > %s\ > \n\ >
Sorry for the typo and incorrect grammar in the original patch Acked-by: Numan Siddique <[email protected]> > -- > 2.1.3 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
