Skip to content

Fix typos and bugs in OS README files - #383

Open
Avicennasis wants to merge 1 commit into
canonical:mainfrom
Avicennasis:fix/readme-typos-and-bugs
Open

Fix typos and bugs in OS README files#383
Avicennasis wants to merge 1 commit into
canonical:mainfrom
Avicennasis:fix/readme-typos-and-bugs

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

Fix spelling errors, grammar issues, and two functional bugs across nine README files.

Bug fixes (functional)

  • alma8/9/10: Add missing @ in SSH command examples — ssh alma<machine-ip-address> is not a valid SSH command; fixed to ssh alma@<machine-ip-address>
  • alma8: Fix version mismatch — the Alma 8 README incorrectly states "Alma 9 disallows password-based authentication" when it should say "Alma 8"

Typo and grammar fixes

  • rocky8/9/10, alma8/9/10: bellow -> below, poiniting -> pointing, [Packer.] -> [Packer] (stray period in link text)
  • ubuntu: creates -> create (subject-verb agreement), This templates supports -> These templates support, as wellas -> and, The build the image -> To build the image, from you script -> from your script
  • windows: creates -> create, build -> built, obtains -> obtain, The build -> To build, prarameter -> parameter, The use -> Then use, connecto -> connect, usimg -> using
  • debian: creates -> create, aemd64 -> amd64, fro -> for, The build -> To build, from you -> from your

Files changed

  • alma8/README.md, alma9/README.md, alma10/README.md
  • rocky8/README.md, rocky9/README.md, rocky10/README.md
  • ubuntu/README.md, windows/README.md, debian/README.md

Fix spelling errors, grammar issues, and two functional bugs across
nine README files (rocky8/9/10, alma8/9/10, ubuntu, windows, debian).

Bug fixes:
- alma8/9/10: Add missing @ in SSH command (`ssh alma<ip>` -> `ssh alma@<ip>`)
- alma8: Fix version mismatch ("Alma 9 disallows" -> "Alma 8 disallows")

Typo and grammar fixes:
- rocky8/9/10, alma8/9/10: bellow -> below, poiniting -> pointing,
  [Packer.](url) -> [Packer](url)
- ubuntu: creates -> create, This templates supports -> These templates
  support, as wellas -> and, The build -> To build, from you -> from your
- windows: creates -> create, build -> built, obtains -> obtain,
  The build -> To build, prarameter -> parameter, The use -> Then use,
  connecto -> connect, usimg -> using
- debian: creates -> create, aemd64 -> amd64, fro -> for,
  The build -> To build, from you -> from your
@Avicennasis
Avicennasis force-pushed the fix/readme-typos-and-bugs branch from eafc362 to 75def6a Compare September 5, 2026 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants