From a9c3daedb1b7a209b4b7de85ffa888a7bc6e6d3a Mon Sep 17 00:00:00 2001 From: Pablo Zmdl Date: Tue, 24 Mar 2026 20:15:06 +0100 Subject: [PATCH] Fix wrong spelling Signed-off-by: Pablo Zmdl --- aio-container-tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio-container-tools/README.md b/aio-container-tools/README.md index bea1a1ad..f64a44f1 100644 --- a/aio-container-tools/README.md +++ b/aio-container-tools/README.md @@ -3,7 +3,7 @@ Standalone tools for Nextcloud AIO containers, for tasks that shouldn't be executed in a shell environment (e.g. due to string handling issues). -Golang was choosen because it doesn't require additional runtimes in the containers, and has a pretty easy +Golang was chosen because it doesn't require additional runtimes in the containers, and has a pretty easy syntax that is comprehensible even for people without much experience with the language. The tools should be built in the container image build process, so they are built for the correct target