Skip to content

Commit 9074e06

Browse files
authored
chore: fix some typos in comment (#533)
Signed-off-by: sunxunle <[email protected]>
1 parent 60a9393 commit 9074e06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

graalvm/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ export TF_CPP_MIN_LOG_LEVEL=1
4848
Run the following command to build the native executable for this project:
4949

5050
```shell
51-
# build native iamge with TensorFlow engine
51+
# build native image with TensorFlow engine
5252
./mvnw clean package -Pnative -Ptensorflow
5353
54-
# build native iamge with PyTorch engine
54+
# build native image with PyTorch engine
5555
./mvnw clean package -Pnative -Ppytorch
5656
```
5757

malicious-url-detector/src/main/java/com/example/FilterProxy.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import java.util.ArrayList;
2424

2525
/**
26-
* FilterProxy class receives requests on a server socket, and handles requests on indvidual threads
26+
* FilterProxy class receives requests on a server socket, and handles requests on individual threads
2727
* looking for malicious url patterns.
2828
*/
2929
public class FilterProxy implements Runnable {

0 commit comments

Comments
 (0)