indutny / indutny/macho

Typo?

Open
#2 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
27
Forks
10
PR merge metrics
No merged PRs in 30d

Description

https://github.com/indutny/macho/blob/master/lib/macho/parser.js#L75

```
// Get subtype
var subtype;
if (endian === 'mutliple') // <--- should probably be 'multiple' ?
subtype = 'all';
else if (cpusubtype === 0)
subtype = 'none';
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Open lib/macho/parser.js at line 75 and inspect the subtype condition around the reported typo. Correct the misspelled value if the surrounding parser logic confirms it, then verify that the subtype branch uses the intended spelling; no test file is mentioned in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
tooling
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.