summaryrefslogtreecommitdiff
path: root/doc/distribution.md
diff options
context:
space:
mode:
authorTim Smith <[email protected]>2025-06-16 22:15:47 -0700
committerHiroshi SHIBATA <[email protected]>2025-06-18 07:51:16 +0900
commit3cfd71e7e48475d8d36ad1f1f4ca7924f67ef72e (patch)
tree0f66a6a97fe61a89201cecabf175c669e28fca0c /doc/distribution.md
parentc6a6645495d849735132162187bd8a69c009b7c6 (diff)
Fix minor typos in comments, specs, and docsHEADmaster
Just a bit of minor cleanup Signed-off-by: Tim Smith <[email protected]>
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13636
Diffstat (limited to 'doc/distribution.md')
-rw-r--r--doc/distribution.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/distribution.md b/doc/distribution.md
index 5a4d51da6f..164e1b7109 100644
--- a/doc/distribution.md
+++ b/doc/distribution.md
@@ -8,7 +8,7 @@ This document outlines the expected way to distribute Ruby, with a specific focu
The tarball for official releases is created by the release manager. The release manager uploads the tarball to the [Ruby website](https://www.ruby-lang.org/en/downloads/).
-Downstream distributors should use the official release tarballs as part of their build process. This ensures that the tarball is created in a consistent way, and that the tarball is crytographically verified.
+Downstream distributors should use the official release tarballs as part of their build process. This ensures that the tarball is created in a consistent way, and that the tarball is cryptographically verified.
### Using the nightly tarball for testing