Skip to content

Commit ec7a1c5

Browse files
Fix typo in comments in docker-compose files (#93)
### Motivation In #92 we made some changes to the Compose files for CI. It introduced some typos in some comments. ### Modifications Fix typos in the compose files. ### Result Compose files don't have typos. ### Test Plan None. Signed-off-by: Si Beaumont <[email protected]>
1 parent 7b97c0e commit ec7a1c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/docker-compose.2204.58.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
# Because OpenAPI supports deprecation, the generated code could include
1515
# deprecated symbols, which will produce warnings.
1616
#
17-
# We'll desable -warnings-as-errors for now and revisit this when we
17+
# We'll disable -warnings-as-errors for now and revisit this when we
1818
# refactor the compilation of the generated code into a separate
1919
# pipeline.
2020
#

docker/docker-compose.2204.59.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
# Because OpenAPI supports deprecation, the generated code could include
1414
# deprecated symbols, which will produce warnings.
1515
#
16-
# We'll desable -warnings-as-errors for now and revisit this when we
16+
# We'll disable -warnings-as-errors for now and revisit this when we
1717
# refactor the compilation of the generated code into a separate
1818
# pipeline.
1919
#

docker/docker-compose.2204.main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
# Because OpenAPI supports deprecation, the generated code could include
1515
# deprecated symbols, which will produce warnings.
1616
#
17-
# We'll desable -warnings-as-errors for now and revisit this when we
17+
# We'll disable -warnings-as-errors for now and revisit this when we
1818
# refactor the compilation of the generated code into a separate
1919
# pipeline.
2020
#

0 commit comments

Comments
 (0)