diff mbox series

[ovs-dev] travis: Fix typo in comment.

Message ID 20190520224928.1379-1-blp@ovn.org
State Accepted
Commit 1a11f5278261c5fd8f681faa10f8e865f8a534b7
Headers show
Series [ovs-dev] travis: Fix typo in comment. | expand

Commit Message

Ben Pfaff May 20, 2019, 10:49 p.m. UTC
Reported-by: Numan Siddique <nusiddiq@redhat.com>
Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2019-May/359144.html
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 .travis/linux-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yifeng Sun May 21, 2019, midnight UTC | #1
Thanks for the fix.

Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com>

On Mon, May 20, 2019 at 3:49 PM Ben Pfaff <blp@ovn.org> wrote:
>
> Reported-by: Numan Siddique <nusiddiq@redhat.com>
> Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2019-May/359144.html
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
>  .travis/linux-build.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
> index d869713f7f5e..2c3fc52c7fc4 100755
> --- a/.travis/linux-build.sh
> +++ b/.travis/linux-build.sh
> @@ -116,7 +116,7 @@ fi
>
>  if [ "$TESTSUITE" ]; then
>      # 'distcheck' will reconfigure with required options.
> -    # Now we only need to prepare the Makefile wihtout sparse-wrapped CC.
> +    # Now we only need to prepare the Makefile without sparse-wrapped CC.
>      configure_ovs
>
>      export DISTCHECK_CONFIGURE_FLAGS="$OPTS"
> --
> 2.20.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Ben Pfaff May 22, 2019, 4:39 p.m. UTC | #2
Thanks for the review.  Applied to master.

On Mon, May 20, 2019 at 05:00:12PM -0700, Yifeng Sun wrote:
> Thanks for the fix.
> 
> Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com>
> 
> On Mon, May 20, 2019 at 3:49 PM Ben Pfaff <blp@ovn.org> wrote:
> >
> > Reported-by: Numan Siddique <nusiddiq@redhat.com>
> > Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2019-May/359144.html
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> > ---
> >  .travis/linux-build.sh | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
> > index d869713f7f5e..2c3fc52c7fc4 100755
> > --- a/.travis/linux-build.sh
> > +++ b/.travis/linux-build.sh
> > @@ -116,7 +116,7 @@ fi
> >
> >  if [ "$TESTSUITE" ]; then
> >      # 'distcheck' will reconfigure with required options.
> > -    # Now we only need to prepare the Makefile wihtout sparse-wrapped CC.
> > +    # Now we only need to prepare the Makefile without sparse-wrapped CC.
> >      configure_ovs
> >
> >      export DISTCHECK_CONFIGURE_FLAGS="$OPTS"
> > --
> > 2.20.1
> >
> > _______________________________________________
> > dev mailing list
> > dev@openvswitch.org
> > https://mail.openvswitch.org/mailman/listinfo/ovs-dev
diff mbox series

Patch

diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
index d869713f7f5e..2c3fc52c7fc4 100755
--- a/.travis/linux-build.sh
+++ b/.travis/linux-build.sh
@@ -116,7 +116,7 @@  fi
 
 if [ "$TESTSUITE" ]; then
     # 'distcheck' will reconfigure with required options.
-    # Now we only need to prepare the Makefile wihtout sparse-wrapped CC.
+    # Now we only need to prepare the Makefile without sparse-wrapped CC.
     configure_ovs
 
     export DISTCHECK_CONFIGURE_FLAGS="$OPTS"