mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 23:57:11 -04:00
[PR #164] [MERGED] fix: correct typo in terminal ReadFile output message #204
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/164
Author: @mason5052
Created: 3/2/2026
Status: ✅ Merged
Merged: 3/2/2026
Merged by: @asdek
Base:
feature/next_release← Head:fix/terminal-typo-bellow📝 Commits (1)
c8aad50fix: correct typo in terminal ReadFile output message📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/pkg/tools/terminal.go(+1 -1)📄 Description
Description of the Change
Problem
The
ReadFile()method interminal.godisplays a header for each file when reading a directory:This contains a typo: "bellow" means "to shout loudly" (as in a bull bellowing). The intended word is "below" (underneath). The phrase "keeps below" is also awkward -- "shown below" is clearer.
Solution
Changed
"keeps bellow"to"shown below"on line 300 ofterminal.go.Type of Change
Areas Affected
Testing and Verification
Test Configuration
Test Steps
Test Results
Security Considerations
No security impact. This is a cosmetic fix to a user-facing output string.
Performance Impact
None.
Documentation Updates
No documentation changes required.
Deployment Notes
Backward-compatible. No configuration changes needed.
Checklist
Code Quality
go fmtandgo vet(for Go code)Security
Compatibility
Documentation
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.