From: Dan Mick Date: Sat, 31 Jan 2026 03:42:19 +0000 (-0800) Subject: src/script/build-with-container.py: fix a few spelling errors X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F67145%2Fhead;p=ceph.git src/script/build-with-container.py: fix a few spelling errors I finally snapped. Signed-off-by: Dan Mick --- 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. 🚧"