What changed, and why it matters
This commit fixes a minor double-space typo in a macOS build instruction document. It has no effect on software behavior or security.
Recommended action
No security action needed; this is a trivial documentation formatting fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A single-character whitespace correction in doc/build-osx.md removes an extra space before .zip in a sentence. The change is purely cosmetic documentation formatting; no code, build scripts, or configuration are modified.
Changed components
doc/build-osx.mdInspect captured patch +1 / −1
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 99753122..669185c0 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -175,7 +175,7 @@ ctest --test-dir build # Append "-j N" for N parallel tests.
### 3. Deploy (optional)
-You can also create a `.zip` containing the `.app` bundle by running the following command:
+You can also create a `.zip` containing the `.app` bundle by running the following command:
``` bash
cmake --build build --target deploy
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.