2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 18:07:40 +00:00

Fix "the the" typo in two places.

Reviewed-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
Ben Pfaff 2019-10-09 14:30:48 -07:00
parent 736a8111e6
commit e5273084d2
2 changed files with 2 additions and 2 deletions

View File

@ -424,7 +424,7 @@ Instructions to setup travis-ci for your GitHub repository:
builds for pushes or pull requests. builds for pushes or pull requests.
3. In order to avoid forks sending build failures to the upstream mailing list, 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 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 1. Install the travis-ci CLI (Requires ruby >=2.0): gem install travis
2. In your Open vSwitch repository: travis encrypt mylist@mydomain.org 2. In your Open vSwitch repository: travis encrypt mylist@mydomain.org

View File

@ -1211,7 +1211,7 @@ AC_DEFUN([OVS_CHECK_SPARSE_TARGET],
[x86_64], [SPARSEFLAGS=-m64 CGCCFLAGS="-target=x86_64 -target=host_os_specs"], [x86_64], [SPARSEFLAGS=-m64 CGCCFLAGS="-target=x86_64 -target=host_os_specs"],
[SPARSEFLAGS= CGCCFLAGS=]) [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 allow "sparse" correctly check the same code that will be built.
dnl Required for checking DPDK headers. dnl Required for checking DPDK headers.
AC_MSG_CHECKING([vector options for cgcc]) AC_MSG_CHECKING([vector options for cgcc])