Fix typos (#12448)
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
tinyboxvk committed
Jan 21, 2025 at 23:55 UTC
54a823a1b42230c2cbb0b8c6d6f2fb8d1a6fc07f
3 files changed
+6
-6
CONTRIBUTING.md
+2
-2
@@ -206,7 +206,7 @@ reg.exe add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl /v
206
207
Then reproduce the issue, and let the machine crash and reboot.
208
209
-After reboot, the kernel dump will be in `%SystemRoot%\MEMORY.DMP` (unless this path has been overriden in the advanced system settings).
209
+After reboot, the kernel dump will be in `%SystemRoot%\MEMORY.DMP` (unless this path has been overridden in the advanced system settings).
210
211
Please send this dump to: secure@microsoft.com .
212
Make sure that the email body contains:
@@ -271,6 +271,6 @@ To collect time travel debugging traces:
271
272
9) Once the trace is done collecting, click `Stop Debugging` and close Windbg
273
274
-10) Go to the folder where the trace was colleced, and locate the .run file. It should look like: `wslservice*.run`
274
+10) Go to the folder where the trace was collected, and locate the .run file. It should look like: `wslservice*.run`
275
276
11) Share that file on the issue
distributions/validate-modern.py
+1
-1
@@ -261,7 +261,7 @@ def get_tar_file(tar, path: str, follow_symlink=False, symlink_depth=10):
261
print(f'Warning: Exceeded maximum symlink depth when reading: {path}')
262
return None, None
263
264
- # Tar members can be formated as /{path}, {path}, or ./{path}
264
+ # Tar members can be formatted as /{path}, {path}, or ./{path}
265
if path.startswith('/'):
266
paths = [path, '.' + path, path[1:]]
267
elif path.startswith('./'):
triage/config.yml
+3
-3
@@ -245,7 +245,7 @@ rules:
245
task: FallbackError
246
field2: {regex: ".*vmchipset\\.dll.*80090006.*"} #0x80090006 = NTE_BAD_SIGNATURE
247
set:
248
- name: hyper-v-firmare-expired
248
+ name: hyper-v-firmware-expired
249
capture:
250
field2: signature-error
251
@@ -327,7 +327,7 @@ actions:
327
328
- when:
329
condition: {or: ['ext4-error', 'ext4-mount-error']}
330
- user_message: 'The logs shows that a disk mount error occured. Try to [follow these repair instructions](https://learn.microsoft.com/en-us/windows/wsl/disk-space#how-to-repair-a-vhd-mounting-error) and see if that solves the issue.'
330
+ user_message: 'The logs shows that a disk mount error occurred. Try to [follow these repair instructions](https://learn.microsoft.com/en-us/windows/wsl/disk-space#how-to-repair-a-vhd-mounting-error) and see if that solves the issue.'
331
debug_message: 'Found evidence of ext4 error: $error'
332
tag: 'needs-author-feedback'
333
skip_similar_issues: true
@@ -390,7 +390,7 @@ actions:
390
391
- when:
392
condition:
393
- and: ['hyper-v-firmare-expired', 'vm-failed-to-start']
393
+ and: ['hyper-v-firmware-expired', 'vm-failed-to-start']
394
tag: 'needs-author-feedback'
395
debug_message: 'Found evidence of hyper-v firmware expiration: $signature-error'
396
user_message: |