capstone-engine / capstone

Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.
http://www.capstone-engine.org
7.51k stars 1.54k forks source link

[next] Fix typo in AArch64 Python binding #2413

Closed david942j closed 2 months ago

david942j commented 2 months ago

Your checklist for this pull request

Detailed description

Replace typo "fileds" with "fields" in Python binding aarch64.py. ...

Test plan

No need?

...

Closing issues

(Along with #2412) Closes issue #2411

...