From d0d1c095c3a88b7366a5bd3024c44a913543feba Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 9 Oct 2023 18:32:24 -0700 Subject: [PATCH] Fix spelling typos (#2289) Fixes failing checks in #2284 --- elixir/rel/vm.args.eex | 2 +- rust/connlib/shared/src/messages.rs | 2 +- terraform/environments/staging/dns.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/elixir/rel/vm.args.eex b/elixir/rel/vm.args.eex index b1567f791..c12e437cb 100644 --- a/elixir/rel/vm.args.eex +++ b/elixir/rel/vm.args.eex @@ -11,7 +11,7 @@ # Double the default maximum ports value # +Q 131072 -# Bind shedulers to CPU's (good when there are no other processes in OS that bind to processors) +# Bind schedulers to CPU's (good when there are no other processes in OS that bind to processors) # +stbt db # Disable schedulers compaction of load (don't disable schedulers that is out of work) diff --git a/rust/connlib/shared/src/messages.rs b/rust/connlib/shared/src/messages.rs index cbdf504a4..0a958f0a1 100644 --- a/rust/connlib/shared/src/messages.rs +++ b/rust/connlib/shared/src/messages.rs @@ -97,7 +97,7 @@ pub struct RequestConnection { pub struct ReuseConnection { /// Resource id the request is for. pub resource_id: ResourceId, - /// Id of the gateway we want to re-use + /// Id of the gateway we want to reuse pub gateway_id: GatewayId, } diff --git a/terraform/environments/staging/dns.tf b/terraform/environments/staging/dns.tf index fb7b1a188..95bf8cc71 100644 --- a/terraform/environments/staging/dns.tf +++ b/terraform/environments/staging/dns.tf @@ -1,4 +1,4 @@ -# Allow Google Cloud and Let's Encrypt to issue cerificates for our domain +# Allow Google Cloud and Let's Encrypt to issue certificates for our domain resource "google_dns_record_set" "dns-caa" { project = module.google-cloud-project.project.project_id managed_zone = module.google-cloud-dns.zone_name