Skip to content

Commit 0442252

Browse files
authored
Fix typos in multiple files (#2148)
Summary: Fix typos in multiple files Relevant Issues: N/A Type of change: /kind chore Test Plan: N/A Signed-off-by: co63oc <co63oc@users.noreply.github.com>
1 parent 663cc47 commit 0442252

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

bazel/get_workspace_status.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ else
6464
fi
6565

6666
# Use 0.0.0-dev for all dev build versions. We don't have a version number that is
67-
# shared accross all our binaries which makes it hard to semantically version.
67+
# shared across all our binaries which makes it hard to semantically version.
6868
echo "STABLE_BUILD_SCM_REVISION ${git_rev}"
6969
echo "STABLE_BUILD_TAG 0.0.0-dev"
7070
echo "STABLE_BUILD_NUMBER 0"

bazel/test_runners/qemu_with_kernel/exit_qemu_with_status/exit_qemu_with_status.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ int main(int argc, char** argv) {
3838
// QEMU transforms this into (status << 1) | 1;
3939
// We don't want to interfere with qemu error code,
4040
// so we further make sure the codes are > 128 for exit codes from our tests.
41-
// If we shift by 6, the additinal shift of 1 by qemu will make the exit code > 128.
41+
// If we shift by 6, the additional shift of 1 by qemu will make the exit code > 128.
4242
statusb |= (1 << 6);
4343
outb(statusb, EXIT_PORT);
4444

k8s/cloud/base/proxy_nginx_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ data:
247247
}
248248
249249
# This is the server that we use for all the locations that don't have a subdomain.
250-
# This just serves the minimal pages necessary to authenticate and get into a subdomain specfic site.
250+
# This just serves the minimal pages necessary to authenticate and get into a subdomain specific site.
251251
server {
252252
listen [::]:56000 ssl http2;
253253
listen 56000 ssl http2;

k8s/cloud_deps/base/elastic/operator/elastic_operator.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ spec:
337337
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
338338
properties:
339339
disabled:
340-
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
340+
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
341341
type: boolean
342342
subjectAltNames:
343343
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
@@ -697,7 +697,7 @@ spec:
697697
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
698698
properties:
699699
disabled:
700-
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
700+
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
701701
type: boolean
702702
subjectAltNames:
703703
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
@@ -1030,7 +1030,7 @@ spec:
10301030
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
10311031
properties:
10321032
disabled:
1033-
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
1033+
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
10341034
type: boolean
10351035
subjectAltNames:
10361036
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
@@ -1622,7 +1622,7 @@ spec:
16221622
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
16231623
properties:
16241624
disabled:
1625-
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
1625+
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
16261626
type: boolean
16271627
subjectAltNames:
16281628
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
@@ -1943,7 +1943,7 @@ spec:
19431943
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
19441944
properties:
19451945
disabled:
1946-
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
1946+
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
19471947
type: boolean
19481948
subjectAltNames:
19491949
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
@@ -2766,7 +2766,7 @@ spec:
27662766
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
27672767
properties:
27682768
disabled:
2769-
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
2769+
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
27702770
type: boolean
27712771
subjectAltNames:
27722772
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
@@ -3384,7 +3384,7 @@ spec:
33843384
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
33853385
properties:
33863386
disabled:
3387-
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
3387+
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
33883388
type: boolean
33893389
subjectAltNames:
33903390
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
@@ -3677,7 +3677,7 @@ spec:
36773677
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
36783678
properties:
36793679
disabled:
3680-
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
3680+
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
36813681
type: boolean
36823682
subjectAltNames:
36833683
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
@@ -4006,7 +4006,7 @@ spec:
40064006
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
40074007
properties:
40084008
disabled:
4009-
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
4009+
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
40104010
type: boolean
40114011
subjectAltNames:
40124012
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
@@ -4375,7 +4375,7 @@ spec:
43754375
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
43764376
properties:
43774377
disabled:
4378-
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
4378+
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
43794379
type: boolean
43804380
subjectAltNames:
43814381
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.

src/carnot/docspb/docs.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ message FuncDoc {
4040
// The arguments of the function.
4141
repeated IdentDoc args = 1;
4242
// The variable args field (*args) if the function supports it.
43-
// *args will catch all unnamed aruments that aren't explicitly state. Ie
43+
// *args will catch all unnamed arguments that aren't explicitly state. Ie
4444
// `def func(*args)` can be called as `func(val1, val2)`
4545
IdentDoc repeated_args = 2;
4646
// The variable keyword args field (**kwargs) if the function supports it.

0 commit comments

Comments
 (0)