Skip to content

Commit

Permalink
Correction in a sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Dec 19, 2023
1 parent 5ac4446 commit 460f698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native-static-images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ One way to check what dynamic libraries your application depends on is to run `l

With GraalVM Native Image you can build a mostly-static native executable that statically links everything except `libc`. Statically linking all your libraries except `libc` ensures your application has all the libraries it needs to run on any Linux `libc`-based distribution.

To build a a mostly-static native executable for the above _EnvMap.java_ demo, run:
To build a mostly-static native executable for the above _EnvMap.java_ demo, run:

```shell
$JAVA_HOME/bin/native-image -H:+StaticExecutableWithDynamicLibC EnvMap
Expand Down

0 comments on commit 460f698

Please sign in to comment.