Summary
Fix spelling typos in GrepCommand help texts and comments (no behavior change).
Motivation
User-facing help output contains misspellings. Cosmetic only.
Scope
- cli/src/commands/org/jnode/command/file/GrepCommand.java lines 68, 97, 100, 732:
- seperated -> separated (lines 68, 732)
- seperate -> separate (line 97)
- nonexistant -> nonexistent (line 100)
- Help-text and comment strings only; no logic touch.
No-Behavior-Change Proof
Help output text changes only. Verify with the module test suite.
How to Test
cd cli && ant test
Environment
- Commit: c2c025b
- Build target: cd-x86-lite
❌ Ticket Runner Status
| Field |
Value |
| Phase |
FAILED |
| Turn |
0/3 |
| Retries |
3/3 |
| PR |
- |
| Started |
2026-09-20T06:39:45.235Z |
Summary
Fix spelling typos in GrepCommand help texts and comments (no behavior change).
Motivation
User-facing help output contains misspellings. Cosmetic only.
Scope
No-Behavior-Change Proof
Help output text changes only. Verify with the module test suite.
How to Test
cd cli && ant test
Environment
❌ Ticket Runner Status