Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bazel/get_workspace_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ else
fi

# Use 0.0.0-dev for all dev build versions. We don't have a version number that is
# shared accross all our binaries which makes it hard to semantically version.
# shared across all our binaries which makes it hard to semantically version.
echo "STABLE_BUILD_SCM_REVISION ${git_rev}"
echo "STABLE_BUILD_TAG 0.0.0-dev"
echo "STABLE_BUILD_NUMBER 0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ int main(int argc, char** argv) {
// QEMU transforms this into (status << 1) | 1;
// We don't want to interfere with qemu error code,
// so we further make sure the codes are > 128 for exit codes from our tests.
// If we shift by 6, the additinal shift of 1 by qemu will make the exit code > 128.
// If we shift by 6, the additional shift of 1 by qemu will make the exit code > 128.
statusb |= (1 << 6);
outb(statusb, EXIT_PORT);

Expand Down
2 changes: 1 addition & 1 deletion k8s/cloud/base/proxy_nginx_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ data:
}

# This is the server that we use for all the locations that don't have a subdomain.
# This just serves the minimal pages necessary to authenticate and get into a subdomain specfic site.
# This just serves the minimal pages necessary to authenticate and get into a subdomain specific site.
server {
listen [::]:56000 ssl http2;
listen 56000 ssl http2;
Expand Down
20 changes: 10 additions & 10 deletions k8s/cloud_deps/base/elastic/operator/elastic_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ spec:
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
properties:
disabled:
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
type: boolean
subjectAltNames:
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
Expand Down Expand Up @@ -697,7 +697,7 @@ spec:
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
properties:
disabled:
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
type: boolean
subjectAltNames:
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
Expand Down Expand Up @@ -1030,7 +1030,7 @@ spec:
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
properties:
disabled:
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
type: boolean
subjectAltNames:
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
Expand Down Expand Up @@ -1622,7 +1622,7 @@ spec:
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
properties:
disabled:
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
type: boolean
subjectAltNames:
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
Expand Down Expand Up @@ -1943,7 +1943,7 @@ spec:
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
properties:
disabled:
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
type: boolean
subjectAltNames:
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
Expand Down Expand Up @@ -2766,7 +2766,7 @@ spec:
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
properties:
disabled:
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
type: boolean
subjectAltNames:
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
Expand Down Expand Up @@ -3384,7 +3384,7 @@ spec:
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
properties:
disabled:
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
type: boolean
subjectAltNames:
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
Expand Down Expand Up @@ -3677,7 +3677,7 @@ spec:
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
properties:
disabled:
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
type: boolean
subjectAltNames:
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
Expand Down Expand Up @@ -4006,7 +4006,7 @@ spec:
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
properties:
disabled:
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
type: boolean
subjectAltNames:
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
Expand Down Expand Up @@ -4375,7 +4375,7 @@ spec:
description: SelfSignedCertificate allows configuring the self-signed certificate generated by the operator.
properties:
disabled:
description: Disabled indicates that the provisioning of the self-signed certifcate should be disabled.
description: Disabled indicates that the provisioning of the self-signed certificate should be disabled.
type: boolean
subjectAltNames:
description: SubjectAlternativeNames is a list of SANs to include in the generated HTTP TLS certificate.
Expand Down
2 changes: 1 addition & 1 deletion src/carnot/docspb/docs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ message FuncDoc {
// The arguments of the function.
repeated IdentDoc args = 1;
// The variable args field (*args) if the function supports it.
// *args will catch all unnamed aruments that aren't explicitly state. Ie
// *args will catch all unnamed arguments that aren't explicitly state. Ie
// `def func(*args)` can be called as `func(val1, val2)`
IdentDoc repeated_args = 2;
// The variable keyword args field (**kwargs) if the function supports it.
Expand Down
Loading