diff mbox series

[ovs-dev] Fix "the the" typo in two places.

Message ID 20191009213048.5042-1-blp@ovn.org
State Accepted
Headers show
Series [ovs-dev] Fix "the the" typo in two places. | expand

Commit Message

Ben Pfaff Oct. 9, 2019, 9:30 p.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 Documentation/topics/testing.rst | 2 +-
 acinclude.m4                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Gregory Rose Oct. 9, 2019, 10:40 p.m. UTC | #1
On 10/9/2019 2:30 PM, Ben Pfaff wrote:
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
>   Documentation/topics/testing.rst | 2 +-
>   acinclude.m4                     | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst
> index 6c93826fbc40..31433c591744 100644
> --- a/Documentation/topics/testing.rst
> +++ b/Documentation/topics/testing.rst
> @@ -424,7 +424,7 @@ Instructions to setup travis-ci for your GitHub repository:
>      builds for pushes or pull requests.
>   3. In order to avoid forks sending build failures to the upstream mailing list,
>      the notification email recipient is encrypted. If you want to receive email
> -   notification for build failures, replace the the encrypted string:
> +   notification for build failures, replace the encrypted string:
>   
>      1. Install the travis-ci CLI (Requires ruby >=2.0): gem install travis
>      2. In your Open vSwitch repository: travis encrypt mylist@mydomain.org
> diff --git a/acinclude.m4 b/acinclude.m4
> index 066c134d2735..52f92870eaaa 100644
> --- a/acinclude.m4
> +++ b/acinclude.m4
> @@ -1211,7 +1211,7 @@ AC_DEFUN([OVS_CHECK_SPARSE_TARGET],
>        [x86_64], [SPARSEFLAGS=-m64 CGCCFLAGS="-target=x86_64 -target=host_os_specs"],
>        [SPARSEFLAGS= CGCCFLAGS=])
>   
> -   dnl Get the the default defines for vector instructions from compiler to
> +   dnl Get the default defines for vector instructions from compiler to
>      dnl allow "sparse" correctly check the same code that will be built.
>      dnl Required for checking DPDK headers.
>      AC_MSG_CHECKING([vector options for cgcc])

Looks good Ben.

Thanks,

Reviewed-by: Greg Rose <gvrose8192@gmail.com>
Ben Pfaff Oct. 9, 2019, 10:42 p.m. UTC | #2
On Wed, Oct 09, 2019 at 03:40:55PM -0700, Gregory Rose wrote:
> 
> On 10/9/2019 2:30 PM, Ben Pfaff wrote:
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> > ---
> >   Documentation/topics/testing.rst | 2 +-
> >   acinclude.m4                     | 2 +-
> >   2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst
> > index 6c93826fbc40..31433c591744 100644
> > --- a/Documentation/topics/testing.rst
> > +++ b/Documentation/topics/testing.rst
> > @@ -424,7 +424,7 @@ Instructions to setup travis-ci for your GitHub repository:
> >      builds for pushes or pull requests.
> >   3. In order to avoid forks sending build failures to the upstream mailing list,
> >      the notification email recipient is encrypted. If you want to receive email
> > -   notification for build failures, replace the the encrypted string:
> > +   notification for build failures, replace the encrypted string:
> >      1. Install the travis-ci CLI (Requires ruby >=2.0): gem install travis
> >      2. In your Open vSwitch repository: travis encrypt mylist@mydomain.org
> > diff --git a/acinclude.m4 b/acinclude.m4
> > index 066c134d2735..52f92870eaaa 100644
> > --- a/acinclude.m4
> > +++ b/acinclude.m4
> > @@ -1211,7 +1211,7 @@ AC_DEFUN([OVS_CHECK_SPARSE_TARGET],
> >        [x86_64], [SPARSEFLAGS=-m64 CGCCFLAGS="-target=x86_64 -target=host_os_specs"],
> >        [SPARSEFLAGS= CGCCFLAGS=])
> > -   dnl Get the the default defines for vector instructions from compiler to
> > +   dnl Get the default defines for vector instructions from compiler to
> >      dnl allow "sparse" correctly check the same code that will be built.
> >      dnl Required for checking DPDK headers.
> >      AC_MSG_CHECKING([vector options for cgcc])
> 
> Looks good Ben.
> 
> Thanks,
> 
> Reviewed-by: Greg Rose <gvrose8192@gmail.com>

Thanks for the review, Greg.  I applied this to master.
diff mbox series

Patch

diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst
index 6c93826fbc40..31433c591744 100644
--- a/Documentation/topics/testing.rst
+++ b/Documentation/topics/testing.rst
@@ -424,7 +424,7 @@  Instructions to setup travis-ci for your GitHub repository:
    builds for pushes or pull requests.
 3. In order to avoid forks sending build failures to the upstream mailing list,
    the notification email recipient is encrypted. If you want to receive email
-   notification for build failures, replace the the encrypted string:
+   notification for build failures, replace the encrypted string:
 
    1. Install the travis-ci CLI (Requires ruby >=2.0): gem install travis
    2. In your Open vSwitch repository: travis encrypt mylist@mydomain.org
diff --git a/acinclude.m4 b/acinclude.m4
index 066c134d2735..52f92870eaaa 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1211,7 +1211,7 @@  AC_DEFUN([OVS_CHECK_SPARSE_TARGET],
      [x86_64], [SPARSEFLAGS=-m64 CGCCFLAGS="-target=x86_64 -target=host_os_specs"],
      [SPARSEFLAGS= CGCCFLAGS=])
 
-   dnl Get the the default defines for vector instructions from compiler to
+   dnl Get the default defines for vector instructions from compiler to
    dnl allow "sparse" correctly check the same code that will be built.
    dnl Required for checking DPDK headers.
    AC_MSG_CHECKING([vector options for cgcc])