ltfs icon indicating copy to clipboard operation
ltfs copied to clipboard

Fix spelling, grammar errors and format specifier bug in messages

Open Moredread opened this issue 2 days ago • 0 comments

Summary of changes

This pull request includes following changes or fixes.

  • Fix spelling and grammar errors across 9 message files
  • Fix format specifier bug in tape_linux_sg messages

Description

Reviewed all messages/*/root.txt files for spelling and grammar issues. Found and fixed various typos, grammar errors, and one actual bug.

Spelling/Grammar fixes include:

  • "is failed" → "has failed" (verb tense)
  • "failed to determined" → "failed to determine" (infinitive form)
  • "Enexpected" → "Unexpected" (typo)
  • "version os LTFS" → "version of LTFS" (typo)
  • "access to directory" → "access directory" (incorrect preposition)
  • "look an index" → "look like an index" (missing word)
  • "Reached to EOD" → "Reached EOD" (incorrect preposition)
  • "The opcode" → "the opcode" (capitalization after comma)
  • "Error" → "error" (mid-sentence capitalization)
  • Various double periods and missing punctuation

Bug fix:

  • Format specifier 0x02%x0x%02x in messages 30203I and 30244I
  • This caused incorrect output like "M = 0x0234" instead of "M = 0x34"

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] I have confirmed my fix is effective or that my feature works

This PR was created with assistance from Claude Code.

Moredread avatar Dec 10 '25 10:12 Moredread