Skip to content

Commit 5ecd5f6

Browse files
authored
docs(supraseal): fix typos in batch sealing page (#1021)
- "addtion" → "addition" (dependencies section) - "expeted" → "expected" (NVMe troubleshooting heading)
1 parent 966098d commit 5ecd5f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/en/supraseal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ If you get nvcc errors about unsupported compiler versions, check your CUDA/GCC
151151
# For CUDA 12.6+ or CUDA 13+:
152152
sudo apt install gcc-13 g++-13
153153
```
154-
* In addtion to general build dependencies (listed on the [installation page](installation.md)), you need `libgmp-dev` and `libconfig++-dev`
154+
* In addition to general build dependencies (listed on the [installation page](installation.md)), you need `libgmp-dev` and `libconfig++-dev`
155155
```shell
156156
sudo apt install libgmp-dev libconfig++-dev
157157
```
@@ -490,7 +490,7 @@ To troubleshoot:
490490
* Validate GPU setup if PC2 is slow
491491
* Review logs for any errors during batch processing
492492
493-
### Slower than expeted NVMe speed
493+
### Slower than expected NVMe speed
494494
495495
If the [NVME Benchmark](supraseal.md#benchmark-nvme-iops) shows lower than expected IOPS, you can try formatting the NVMe devices with SPDK:
496496

0 commit comments

Comments
 (0)