Skip to content

Commit 228bc12

Browse files
committed
Update RFD spelling
Includes adding to rfd/cspell.json and uniquely sorting entries.
1 parent f9dc338 commit 228bc12

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

rfd/0195-vnet-windows.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ When calling the `AuthenticateProcess` RPC, the Windows service will:
174174
1. Use the Windows API `GetNamedPipeClientProcessId` to get the pipe client
175175
process handle.
176176
1. Once it has the user process handle, the Windows service can confirm that
177-
it's own exe is identical to the exe of the cleint application connecting to
177+
it's own exe is identical to the exe of the client application connecting to
178178
it.
179179

180180
### Privacy
@@ -185,10 +185,10 @@ There are no new privacy considerations on Windows.
185185

186186
```protobuf
187187
// ClientApplicationService is a service the VNet client applications provide to
188-
// the VNet admin process to facilate app queries, certificate issuance,
188+
// the VNet admin process to facilitate app queries, certificate issuance,
189189
// metrics, error reporting, and signatures.
190190
service ClientApplicationService {
191-
// AuthenticateProcess mutually authenticates client applicates to the admin
191+
// AuthenticateProcess mutually authenticates client applications to the admin
192192
// service.
193193
rpc AuthenticateProcess(AuthenticateProcessRequest) returns (AuthenticateProcessResponse);
194194
// Ping is used by the admin process to regularly poll that the client
@@ -345,7 +345,7 @@ message OnNewConnectionResponse {}
345345
// OnInvalidLocalPortRequest is a request for OnInvalidLocalPort.
346346
message OnInvalidLocalPortRequest {
347347
// app_info identifies the app the request was made for. AppInfo is used
348-
// instaed of AppKey so that the application spec is included, which includes
348+
// instead of AppKey so that the application spec is included, which includes
349349
// the TCP port ranges allowed for the app, which are ultimately included in
350350
// the user error message.
351351
AppInfo app_info = 1;

rfd/cspell.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@
188188
"SSOMFA",
189189
"STIG",
190190
"STIGs",
191-
"Sudia",
192191
"SVID",
193192
"Sify",
194193
"Skrzętnicki",
@@ -238,6 +237,7 @@
238237
"Webauthn",
239238
"Wejdenstal",
240239
"Wejdenstål",
240+
"Wintun",
241241
"XAUTHORITY",
242242
"XBCO",
243243
"XVCJ",
@@ -556,8 +556,8 @@
556556
"nowait",
557557
"oazahf",
558558
"objc",
559-
"octocats",
560559
"ocid",
560+
"octocats",
561561
"offboarding",
562562
"olekukonko",
563563
"omitempty",
@@ -831,6 +831,7 @@
831831
"westus",
832832
"wildcarding",
833833
"winhello",
834+
"wintun",
834835
"wireframes",
835836
"workloadidentity",
836837
"worktree",

0 commit comments

Comments
 (0)