From c74cbf9fab4e949ad81888f8d29ecf27619a32b3 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 2 Dec 2024 09:13:23 -0500 Subject: [PATCH] Fix spelling --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 930aa25731c..5e47db24ecf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,7 +67,7 @@ The type attribute can be add,update,fix,remove. SystemUtils is missing important documentation. Make Failable.run(FailableRunnable) null-safe. Make Failable.accept(*) null-safe. - Improve container detection by mimicing systemd #1323. + Improve container detection by mimicking systemd #1323. Add Strings and refactor StringUtils. Add StopWatch.run([Failable]Runnable) and get([Failable]Supplier).