From 167e903a56f614e4f161bbe171a3e41a1fc70df0 Mon Sep 17 00:00:00 2001
From: Jonas Zohren <git-pbkyr@jzohren.de>
Date: Mon, 19 Jul 2021 22:02:10 +0200
Subject: [PATCH] Fix typo

---
 docker/ci-binaries-packaging.Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/ci-binaries-packaging.Dockerfile b/docker/ci-binaries-packaging.Dockerfile
index 0122797d..43ebc98d 100644
--- a/docker/ci-binaries-packaging.Dockerfile
+++ b/docker/ci-binaries-packaging.Dockerfile
@@ -69,5 +69,5 @@ WORKDIR /srv/conduit
 ENTRYPOINT [ "/srv/conduit/conduit" ]
 
 
-# Copy the COnduit binary into the image at the latest possible moment to maximise caching:
+# Copy the Conduit binary into the image at the latest possible moment to maximise caching:
 COPY ./conduit-x86_64-unknown-linux-musl /srv/conduit/conduit