Fix spelling typos (#2289)

Fixes failing checks in #2284
This commit is contained in:
Jamil
2023-10-09 18:32:24 -07:00
committed by GitHub
parent ddb99ee561
commit d0d1c095c3
3 changed files with 3 additions and 3 deletions

View File

@@ -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)

View File

@@ -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,
}

View File

@@ -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