Skip to content

Commit

Permalink
Remove duplicate "the" (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
patsevanton authored Jan 30, 2024
1 parent d50ae70 commit 1f3b11e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions instrumentation/otel-webserver-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ docker-compose --profile default up
```
Alternatively, replace the value of *profile* from **'default'** to **'centos7'** or **'ubuntu20.04'** to build in respective supported platforms.

This would start the container alongwith the the Opentelemetry Collector and Zipkin. You can check the traces on Zipkin dashboard by checking the port number of Zipkin using ```docker ps``` command. Multiple requests can be sent using the browser.
This would start the container alongwith the Opentelemetry Collector and Zipkin. You can check the traces on Zipkin dashboard by checking the port number of Zipkin using ```docker ps``` command. Multiple requests can be sent using the browser.

#### Manual build and Installation

Expand Down Expand Up @@ -198,7 +198,7 @@ docker-compose --profile centos_nginx up
```
Alternatively, replace the value of *centos_nginx* from **'centos_nginx'** to **'centos7_nginx'** or **'ubuntu20.04_nginx'** to build in respective supported platforms.

This would start the container alongwith the the Opentelemetry Collector and Zipkin. You can check the traces on Zipkin dashboard by checking the port number of Zipkin using ```docker ps``` command. Multiple requests can be sent using the browser.
This would start the container alongwith the Opentelemetry Collector and Zipkin. You can check the traces on Zipkin dashboard by checking the port number of Zipkin using ```docker ps``` command. Multiple requests can be sent using the browser.

#### Manual build and Installation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def FixVCMacroSlashes(s):


def ConvertVCMacrosToMSBuild(s):
"""Convert the the MSVS macros found in the string to the MSBuild equivalent.
"""Convert the MSVS macros found in the string to the MSBuild equivalent.
This list is probably not exhaustive. Add as needed.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
# Global settings and utility functions are currently stuffed in the
# toplevel Makefile. It may make sense to generate some .mk files on
# the side to keep the the files readable.
# the side to keep the files readable.

import os
import re
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static const char URI_PARAMETER_DELIMITER = '.';
Parse a comma separated list of integers greater than 0 from the specified string into
the specified boost::dynamic_bitset.
This function is used to parse the the url components list from the UI.
This function is used to parse the url components list from the UI.
@param s The string to parse. Segment numbers in this string should be separated by
URI_SUFFIX_KEY_SEPARATOR_STR. Any segment number that contains a character other than
Expand Down

0 comments on commit 1f3b11e

Please sign in to comment.