From 6a8f0022db903534a9d6e54f44fa418b58eb83ba Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Sun, 10 Mar 2024 20:41:44 -0600 Subject: [PATCH] Fix a typo in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de24d0f..ddc14320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fix configuration of network device MTU in nework configuration overlays. #807 +- Fix configuration of network device MTU in network configuration overlays. #807 - Separate provisioned overlays from overlay sources. #972 - Display the correct header for `wwctl overlay list --all --long`. #485 - Add a missing `.ww` extension to the `70-ww4-netname.rules` template in the wwinit overlay. #724