Skip to content

fix: correct typos and handle swallowed json.Marshal error#488

Merged
cmainas merged 1 commit intourunc-dev:main-pr488from
vinayakjeet:fix/typos-and-error-handling
Feb 17, 2026
Merged

fix: correct typos and handle swallowed json.Marshal error#488
cmainas merged 1 commit intourunc-dev:main-pr488from
vinayakjeet:fix/typos-and-error-handling

Conversation

@vinayakjeet
Copy link
Contributor

@vinayakjeet vinayakjeet commented Feb 17, 2026

Description

Fix typos, correct runcurunc references in user-facing strings, and handle a previously swallowed json.Marshal error in the Firecracker config path.


Related issues

None


How was this tested?

lint and build


LLM usage

No


Checklist

  • I have read the contribution guide.
  • The linter passes locally (make lint).
  • The e2e tests of at least one tool pass locally (make test_ctr, make test_nerdctl, make test_docker, make test_crictl).
  • If LLMs were used: I have read the llm policy.

@netlify
Copy link

netlify bot commented Feb 17, 2026

Deploy Preview for urunc ready!

Name Link
🔨 Latest commit d03e32c
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/699425295a8c5b00087aadac
😎 Deploy Preview https://deploy-preview-488--urunc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@vinayakjeet vinayakjeet force-pushed the fix/typos-and-error-handling branch from 2b7e296 to d03e32c Compare February 17, 2026 08:21
- Fix typo 'remobe' -> 'remove' in rootfs.go error message

- Fix typo 'socker' -> 'socket' in create.go error message

- Replace 'runc' with 'urunc' in user-facing strings

- Handle swallowed json.Marshal error in firecracker.go

Signed-off-by: vinayakjeet <vinayakjeetog@gmail.com>
@vinayakjeet
Copy link
Contributor Author

Hi @cmainas fixed the commit header length to pass commitlint and Also rebased onto latest main. Can you please review it .Thanks

@urunc-bot urunc-bot bot changed the base branch from main to main-pr488 February 17, 2026 09:43
Copy link
Contributor

@cmainas cmainas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @vinayakjeet for the fixes.

@cmainas cmainas merged commit 69327f4 into urunc-dev:main-pr488 Feb 17, 2026
32 checks passed
github-actions bot pushed a commit that referenced this pull request Feb 17, 2026
- Fix typo 'remobe' -> 'remove' in rootfs.go error message

- Fix typo 'socker' -> 'socket' in create.go error message

- Replace 'runc' with 'urunc' in user-facing strings

- Handle swallowed json.Marshal error in firecracker.go

PR: #488
Signed-off-by: vinayakjeet <vinayakjeetog@gmail.com>
Reviewed-by: Charalampos Mainas <cmainas@nubificus.co.uk>
Approved-by: Charalampos Mainas <cmainas@nubificus.co.uk>
urunc-bot bot pushed a commit that referenced this pull request Feb 17, 2026
- Fix typo 'remobe' -> 'remove' in rootfs.go error message

- Fix typo 'socker' -> 'socket' in create.go error message

- Replace 'runc' with 'urunc' in user-facing strings

- Handle swallowed json.Marshal error in firecracker.go

PR: #488
Signed-off-by: vinayakjeet <vinayakjeetog@gmail.com>
Reviewed-by: Charalampos Mainas <cmainas@nubificus.co.uk>
Approved-by: Charalampos Mainas <cmainas@nubificus.co.uk>
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