summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorWinston (Winny) Weinert <winston@ml1.net>2023-06-10 16:34:02 -0500
committerWinston Weinert <git@winny.tech>2023-06-10 16:40:05 -0500
commitd15e598bd5d42abf73a4ce771daedc56e1453fb9 (patch)
tree95432f2a140d9b3144e2937e9b71ce17cbd984f8 /nixos
parent1c9534752ad01b56f1c8b794e9fda0d38f1b5212 (diff)
rl-2305: fix typo in openjdk version note
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2305.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md
index 259b835a810a..cca1d48ec564 100644
--- a/nixos/doc/manual/release-notes/rl-2305.section.md
+++ b/nixos/doc/manual/release-notes/rl-2305.section.md
@@ -525,7 +525,7 @@ In addition to numerous new and updated packages, this release has the following
- The new option `services.tailscale.useRoutingFeatures` controls various settings for using Tailscale features like exit nodes and subnet routers. If you wish to use your machine as an exit node, you can set this setting to `server`, otherwise if you wish to use an exit node you can set this setting to `client`. The strict RPF warning has been removed as the RPF will be loosened automatically based on the value of this setting.
-- `openjdk` from versioggn 11 and above is not build with `openjfx` (i.e.: JavaFX) support by default anymore. You can re-enable it by overriding, e.g.: `openjdk11.override { enableJavaFX = true; };`.
+- `openjdk` from version 11 and above is not build with `openjfx` (i.e.: JavaFX) support by default anymore. You can re-enable it by overriding, e.g.: `openjdk11.override { enableJavaFX = true; };`.
- [Xastir](https://xastir.org/index.php/Main_Page) can now access AX.25 interfaces via the `libax25` package.