chore(ci): Fix typo in Dockerfile comment
What changed, and why it matters
This commit fixes a spelling mistake in a comment inside a Dockerfile used for automated testing. It changes 'dkpg-dev' to 'dpkg-dev' in an explanatory note only. No actual code, package names, or build behavior is changed.
No action needed. This is a cosmetic documentation fix with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a single-character correction in a comment line of ci/linux-debian.Dockerfile. The underlying package installation command and all other Dockerfile instructions remain identical. There is no functional, build, or security change.
Changed components
ci/linux-debian.DockerfileInspect captured patch +1 / −1
diff --git a/ci/linux-debian.Dockerfile b/ci/linux-debian.Dockerfile
index 92ec80d..8ced83f 100644
--- a/ci/linux-debian.Dockerfile
+++ b/ci/linux-debian.Dockerfile
@@ -19,7 +19,7 @@ RUN dpkg --add-architecture i386 && \
dpkg --add-architecture arm64 && \
dpkg --add-architecture ppc64el
-# dkpg-dev: to make pkg-config work in cross-builds
+# dpkg-dev: to make pkg-config work in cross-builds
# llvm: for llvm-symbolizer, which is used by clang's UBSan for symbolized stack traces
RUN apt-get update && apt-get install --no-install-recommends -y \
git ca-certificates \
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.