shithub: rgbds

Download patch

ref: c389e8dccbd8cddc4c76a3e38b59d0eba3594342
parent: 90c64a94d1fcd2d1e6bafc29e01f923a43060eed
author: Matt Currie <me@mattcurrie.com>
date: Mon Aug 17 09:57:58 EDT 2020

Fix typo

'arugment' => 'argument'

--- a/src/asm/rgbasm.5
+++ b/src/asm/rgbasm.5
@@ -1081,7 +1081,7 @@
 INCBIN "data.bin",78,256
 .Ed
 .Pp
-The length arugment is optional. If only the start position is specified, the bytes from the start position until the end of the file will be included.
+The length argument is optional. If only the start position is specified, the bytes from the start position until the end of the file will be included.
 .Ss Unions
 .Pp
 Unions allow multiple memory allocations to overlap, like unions in C.