Skip to content

Commit 7cd86f2

Browse files
committed
cspell fixes
1 parent 55b1e4b commit 7cd86f2

File tree

8 files changed

+88
-11
lines changed

8 files changed

+88
-11
lines changed

.cspell.json

+78-1
Original file line numberDiff line numberDiff line change
@@ -15,87 +15,164 @@
1515
"references/dutch-healthcare/healthcare-mock-v1/apiproxy/resources/jsc/mock.js"
1616
],
1717
"words": [
18+
"Anthos",
1819
"apickli",
1920
"Apigee",
2021
"apigeeapi",
2122
"apigeecli",
23+
"apigeeconnect",
24+
"Apigeectl",
2225
"apigeelint",
2326
"apigeetool",
2427
"apikey",
28+
"apiproduct",
29+
"apiproducts",
2530
"apiproxy",
31+
"apitype",
32+
"apiversion",
2633
"authcode",
2734
"basepath",
35+
"baseuri",
2836
"Behaviour",
2937
"Buildx",
3038
"callout",
39+
"certmanager",
3140
"cicd",
3241
"cloudbuild",
42+
"cloudresourcemanager",
43+
"cloudtrace",
44+
"clusterrole",
45+
"clusterrolebinding",
3346
"CODEOWNERS",
47+
"CODEPAGE",
48+
"commandline",
49+
"containerregistry",
3450
"conversionresult",
3551
"conversiontable",
3652
"COPYPASTE",
3753
"Coursera",
54+
"createcache",
3855
"Dapigee",
56+
"Dapitype",
3957
"Ddeployment",
58+
"deletecache",
59+
"deletekvmmap",
4060
"Denv",
61+
"deployproxy",
4162
"devrel",
4263
"devs",
64+
"Dhosturi",
65+
"Dmfa",
4366
"dockerized",
4467
"Dorg",
4568
"Dpassword",
69+
"Dproxy",
4670
"Dtoken",
4771
"Dusername",
4872
"elif",
4973
"entrypoint",
74+
"envgroup",
5075
"envgroups",
5176
"eval",
5277
"exco",
5378
"fintech",
79+
"flowhooks",
80+
"fullchain",
5481
"GCLB",
5582
"gcloud",
83+
"getcst",
84+
"gkeconnect",
85+
"gkehub",
5686
"googleapi",
87+
"googleapis",
88+
"googletoken",
5789
"gserviceaccount",
5890
"gsutil",
5991
"Hackathon",
6092
"hostnames",
93+
"hosturl",
94+
"iamcredentials",
6195
"iloveapis",
96+
"ingressgateway",
6297
"ipecho",
98+
"istio",
6399
"jdoe",
64100
"Jenkinsfile",
101+
"jsonpath",
65102
"JWKS",
103+
"keyout",
66104
"keyvaluemap",
67105
"keyvaluemaps",
106+
"Kickstarter",
107+
"kubectl",
68108
"Kubernetes",
109+
"kvmentry",
110+
"kvmname",
111+
"kvms",
112+
"letsencrypt",
113+
"LOADBALANCER",
114+
"logdebug",
115+
"logerror",
116+
"logfatal",
117+
"loginfo",
118+
"logutils",
119+
"logwarn",
69120
"markdownlint",
121+
"meshca",
122+
"meshconfig",
123+
"meshtelemetry",
124+
"mgmt",
125+
"mkdir",
70126
"mtls",
127+
"Nameserver",
128+
"newkey",
71129
"nvuillam",
72130
"OIDC",
131+
"OPDK",
73132
"openapi",
74133
"opencontainers",
75134
"openlegacy",
76135
"organisation",
77136
"orgs",
137+
"pathsuffix",
138+
"pcml",
78139
"Pgoogleapi",
79140
"PIPESTATUS",
80141
"Pluralsight",
81142
"PREEMPTIBLE",
143+
"printf",
144+
"proxiesremaining",
145+
"pushd",
146+
"queryparam",
82147
"Quickstart",
83148
"Qwiklabs",
149+
"readlink",
150+
"resourcefiles",
84151
"Sackmesser",
85152
"SCRIPTPATH",
86153
"secretmanager",
87154
"serviceaccount",
88155
"sharedflow",
156+
"sharedflowbundle",
89157
"Sharedflows",
90158
"sourcerepo",
159+
"stackdriver",
91160
"statuscode",
92161
"subnetwork",
93162
"subnetworks",
163+
"targetserver",
164+
"targetservers",
94165
"templating",
166+
"tonumber",
167+
"tostring",
95168
"traceid",
96169
"truststore",
97170
"Turnstyle",
171+
"udca",
98172
"urlencode",
99-
"Userinfo"
173+
"Userinfo",
174+
"virtualhosts",
175+
"xmlbuilder",
176+
"xvzf"
100177
]
101178
}

references/cicd-pipeline/apiproxy/resources/jsc/airportByCode.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ if (matching) {
3434
function setNotFoundError() {
3535
const errorStatus = 404;
3636
const errorReason = "Not Found";
37-
const errrorContent = {
38-
errror: {
37+
const errorContent = {
38+
error: {
3939
errors: [
4040
{
4141
message: errorReason,
@@ -49,5 +49,5 @@ function setNotFoundError() {
4949
context.setVariable("response.status.code", errorStatus);
5050
context.setVariable("response.reason.phrase", errorReason);
5151
context.setVariable("response.header.Content-Type", "application/json");
52-
context.setVariable("response.content", JSON.stringify(errrorContent));
52+
context.setVariable("response.content", JSON.stringify(errorContent));
5353
}

tools/apigee-openlegacy/bin/apigee-openlegacy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ npx apigeetool createcache -u "$APIGEE_USER" -p "$APIGEE_PASS" -o "$APIGEE_ORG"
128128
###
129129

130130
GCP_SA_KEY=$(jq '. | tostring' < "./credentials.json")
131-
curl -XPOST -s -u "$APIGEE_USER:$APIGEE_PASS" "https://api.enterprise.apigee.com/v1/o/$APIGEE_ORG/e/$APIGEE_ENV/keyvaluemaps" \
131+
curl -X POST -s -u "$APIGEE_USER:$APIGEE_PASS" "https://api.enterprise.apigee.com/v1/o/$APIGEE_ORG/e/$APIGEE_ENV/keyvaluemaps" \
132132
-H 'Content-Type: application/json; charset=utf-8' \
133133
--data-binary @- > /dev/null << EOF
134134
{

tools/apigee-sackmesser/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ that simplifies Apigee deployments by eliminating the need for you to create and
141141
maintain pom files. It supports proxy deployments to Apigee Edge, hybrid and X
142142
products. It also provides a Docker container that removes the need for you to
143143
install Java and Maven and its dependencies on your build machines with m2 cache
144-
initialised at the time of docker build.
144+
initialized at the time of docker build.

tools/apigee-sackmesser/cmd/deploy/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ if [ "$apiversion" = "google" ]; then
154154
-Dtoken="$token" \
155155
-Dapigee.options="${deploy_options:-override}" \
156156
-Dapigee.config.options="${config_action:-none}" \
157-
-Dapigee.depoloyment.sa="${deployment_sa}")
157+
-Dapigee.deployment.sa="${deployment_sa}")
158158
elif [ "$apiversion" = "apigee" ]; then
159159
# install for apigee Edge
160160
cp "$SCRIPT_FOLDER/pom-edge.xml" "$temp_folder/pom.xml"

tools/apigee-sackmesser/cmd/deploy/pom-hybrid.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ limitations under the License.
5757
<apigee.hosturl>https://${baseuri}</apigee.hosturl>
5858
<apigee.bearer>${token}</apigee.bearer>
5959
<apigee.apitype>${apitype}</apigee.apitype>
60-
<apigee.googletoken.email>${apigee.depoloyment.sa}</apigee.googletoken.email>
60+
<apigee.googletoken.email>${apigee.deployment.sa}</apigee.googletoken.email>
6161
</properties>
6262

6363
<build>

tools/hybrid-quickstart/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export ENV_GROUP_NAME='test'
8989
### Ingress config
9090

9191
By default a subdomain will be created for every environment group
92-
e.g. test.1-2-3-4.nip.io (where 1.2.3.4 is the IP of the isto ingress)
92+
e.g. test.1-2-3-4.nip.io (where 1.2.3.4 is the IP of the istio ingress)
9393

9494
`INGRESS_TYPE` can be `external` (default) or `internal`
9595

@@ -114,7 +114,7 @@ Apigee hybrid ingress:
114114
- `export CERT_TYPE=''` (default) Automatically obtain trusted certificates (through
115115
Let's encrypt). For details see [this](https://community.apigee.com/articles/86322/free-trusted-ssl-certificates-for-apigee-hybrid-in.html)
116116
blog post in the Apigee community.
117-
- `export CERT_TYPE='self-signed'` creates self-signed certifificates
117+
- `export CERT_TYPE='self-signed'` creates self-signed certificates
118118
- `export CERT_TYPE='skip'` skips the certificate creation and relies on you
119119
creating a `tls-hybrid-ingress` certificate in the `istio-system` namespace.
120120

tools/hybrid-quickstart/initialize-runtime-gke.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV_GROUP_NAME=${ENV_GROUP_NAME:="test"}
2424

2525
source "$QUICKSTART_ROOT/steps.sh"
2626

27-
# enables all reqired GCP APIs
27+
# enables all required GCP APIs
2828
enable_all_apis
2929

3030
# configure installation

0 commit comments

Comments
 (0)