]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src/script/build-with-container.py: fix a few spelling errors 67145/head
authorDan Mick <dan.mick@redhat.com>
Sat, 31 Jan 2026 03:42:19 +0000 (19:42 -0800)
committerDan Mick <dan.mick@redhat.com>
Thu, 5 Feb 2026 06:05:33 +0000 (22:05 -0800)
I finally snapped.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
src/script/build-with-container.py

index 115f43b402f7cd45d97eb29cee9ed8487eb9f5c5..c9fc99fe342911907666ba294623a4d3f310c8d6 100755 (executable)
@@ -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. ðŸš§"