From 08645c2ab86ddc28420c3d1fac84b7479a04c7a2 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Fri, 30 Jan 2026 19:42:19 -0800 Subject: [PATCH] src/script/build-with-container.py: fix a few spelling errors I finally snapped. Signed-off-by: Dan Mick --- src/script/build-with-container.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/script/build-with-container.py b/src/script/build-with-container.py index 115f43b402f7..c9fc99fe3429 100755 --- a/src/script/build-with-container.py +++ b/src/script/build-with-container.py @@ -10,7 +10,7 @@ Benefits of building ceph in a container: * you can cache the image and save time downloading dependencies * you can build for multiple different distros on the same build hardware * you can make experiemental changes to the build scripts, dependency - packages, compliers, etc. and test them before submitting the changes + packages, compilers, etc. and test them before submitting the changes to a real CI job * it's cool! @@ -1409,9 +1409,9 @@ def main(): else: log.error("Command failed!") log.warning( - "🚧 the command may have faild due to circumstances" + "🚧 the command may have failed due to circumstances" " beyond the influence of this build script. For example: a" - " complier error caused by a source code change." + " compiler error caused by a source code change." " Pay careful attention to the output generated by the command" " before reporting this as a problem with the" " build-with-container.py script. 🚧" -- 2.47.3