Skip to content

Commit

Permalink
Fix typo in intro.md (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgalkowski-comscore authored Jun 14, 2024
1 parent a4907dc commit ac8b0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guide/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ The difference between the 3 executable compilation modes can be summarized as f
to the precompiled gerbil library (`libgerbil`).
If the system was configured with `--enable-shared` (the default), then this
will be a shared library; otherwise it will be a static library archive.
Note that the executable may have some additionl dynamic library
Note that the executable may have some additional dynamic library
dependencies from stdlib foreign code, and also links to `libgambit` which will be
a shared library when the system is configured with `--enable-shared`.
- When `-full-program-optimization` is passed to `gxc`, then the compiler will perform
Expand Down

0 comments on commit ac8b0d1

Please sign in to comment.