Message ID | 20201110191649.1553113-1-blp@ovn.org |
---|---|
State | Accepted |
Headers | show |
Series | [ovs-dev] ovn-sb: Fix speling error in documentation. | expand |
On Wed, Nov 11, 2020 at 12:47 AM Ben Pfaff <blp@ovn.org> wrote: > > Signed-off-by: Ben Pfaff <blp@ovn.org> In the commit message should it be - s/speling/spelling ? (or is it correct in U.S english ?) Acked-by: Numan Siddique <numans@ovn.org> Thanks Numan > --- > ovn-sb.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ovn-sb.xml b/ovn-sb.xml > index b1480f218635..9a49501cb0b9 100644 > --- a/ovn-sb.xml > +++ b/ovn-sb.xml > @@ -2068,7 +2068,7 @@ > The <var>string</var> should reference a > <ref column="name" table="Meter"/> entry from the > <ref table="Meter"/> table. The only meter > - <ref column="action" table="meter"/> that is appriopriate > + <ref column="action" table="meter"/> that is appropriate > is <code>drop</code>. > </dd> > </dl> > -- > 2.26.2 > > _______________________________________________ > dev mailing list > dev@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-dev >
On Wed, Nov 11, 2020 at 01:10:41PM +0530, Numan Siddique wrote: > On Wed, Nov 11, 2020 at 12:47 AM Ben Pfaff <blp@ovn.org> wrote: > > > > Signed-off-by: Ben Pfaff <blp@ovn.org> > > In the commit message should it be - s/speling/spelling ? (or is it > correct in U.S english ?) It's a spelling error. I meant it as a joke. > Acked-by: Numan Siddique <numans@ovn.org> I fixed the spelling error in the commit message and applied this to OVN master. Thanks for the review.
On Thu, Nov 12, 2020, 1:25 AM Ben Pfaff <blp@ovn.org> wrote: > On Wed, Nov 11, 2020 at 01:10:41PM +0530, Numan Siddique wrote: > > On Wed, Nov 11, 2020 at 12:47 AM Ben Pfaff <blp@ovn.org> wrote: > > > > > > Signed-off-by: Ben Pfaff <blp@ovn.org> > > > > In the commit message should it be - s/speling/spelling ? (or is it > > correct in U.S english ?) > > It's a spelling error. I meant it as a joke. > Ok. I was wondering why a typo in the commit message :) Numan > > Acked-by: Numan Siddique <numans@ovn.org> > > I fixed the spelling error in the commit message and applied this to OVN > master. Thanks for the review. > _______________________________________________ > dev mailing list > dev@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > >
diff --git a/ovn-sb.xml b/ovn-sb.xml index b1480f218635..9a49501cb0b9 100644 --- a/ovn-sb.xml +++ b/ovn-sb.xml @@ -2068,7 +2068,7 @@ The <var>string</var> should reference a <ref column="name" table="Meter"/> entry from the <ref table="Meter"/> table. The only meter - <ref column="action" table="meter"/> that is appriopriate + <ref column="action" table="meter"/> that is appropriate is <code>drop</code>. </dd> </dl>
Signed-off-by: Ben Pfaff <blp@ovn.org> --- ovn-sb.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)