Skip to content

Commit 1f8993e

Browse files
Merge pull request #1482 from jasonrandrews/spelling
spelling updates
2 parents 6ac8ab7 + ce412da commit 1f8993e

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

.wordlist.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3312,7 +3312,6 @@ WGSL
33123312
WPR
33133313
WebGL
33143314
WebGPU
3315-
WebGPU’s
33163315
Xperf
33173316
andc
33183317
andnot
@@ -3352,7 +3351,6 @@ LastWriteTime
33523351
LiteRT
33533352
OV
33543353
Seeed
3355-
WebGPU’s
33563354
WiseEye
33573355
Yolov
33583356
blp
@@ -3400,7 +3398,6 @@ Preema
34003398
Roesch
34013399
Sourcefire
34023400
TPACKET
3403-
WebGPU’s
34043401
Whitepaper
34053402
YGCT
34063403
axion
@@ -3456,7 +3453,7 @@ TestOpenCV
34563453
TrustedFirmware
34573454
Veraison
34583455
WeatherForecast
3459-
WebGPUs
3456+
WebGPU's
34603457
Wiredtiger
34613458
androidml
34623459
ar
@@ -3510,4 +3507,5 @@ unutilized
35103507
vLLM
35113508
veraison
35123509
verifier
3513-
vllm
3510+
vllm
3511+
observables

content/learning-paths/servers-and-cloud-computing/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ tools_software_languages_filter:
8383
- HammerDB: 1
8484
- InnoDB: 1
8585
- Intrinsics: 1
86-
- JAVA: 1
87-
- Java: 2
86+
- Java: 3
8887
- JAX: 1
8988
- Kafka: 1
9089
- Keras: 1

content/learning-paths/servers-and-cloud-computing/flink/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ operatingsystems:
3232

3333
tools_software_languages:
3434
- Flink
35-
- JAVA
35+
- Java
3636
- Nexmark
3737

3838

content/learning-paths/smartphones-and-mobile/android_webgpu_dawn/5-render-a-simple-3D-object-part-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ShaderModule shaderModule = device.createShaderModule(shaderDesc);
113113

114114
By default the `nextInChain` member of `ShaderModuleDescriptor` is a `nullptr`.
115115

116-
The `nextInChain` pointer is the entry point of WebGPUs extension mechanism. It is either null or pointing to a structure of type `WGPUChainedStruct`.
116+
The `nextInChain` pointer is the entry point of WebGPU's extension mechanism. It is either null or pointing to a structure of type `WGPUChainedStruct`.
117117

118118
It may recursively have a next element (again, either null or pointing to a `WGPUChainedStruct`).
119119

content/learning-paths/smartphones-and-mobile/build-android-selfie-app-using-mediapipe-multimodality/2-app-scaffolding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ camera-view = { group = "androidx.camera", name = "camera-view", version.ref = "
8989

9090
{{% notice Tip %}}
9191

92-
You may also click the __"Sync Project with Gradle Files"__ button in the toolbar or pressing the corresponding shorcut to start a sync.
92+
You may also click the __"Sync Project with Gradle Files"__ button in the toolbar or pressing the corresponding shortcut to start a sync.
9393

9494
![Sync Project with Gradle Files](images/2/sync%20project%20with%20gradle%20files.png)
9595
{{% /notice %}}

0 commit comments

Comments
 (0)