From c389e8dccbd8cddc4c76a3e38b59d0eba3594342 Mon Sep 17 00:00:00 2001 From: Matt Currie Date: Mon, 17 Aug 2020 13:57:58 +1200 Subject: [PATCH] Fix typo 'arugment' => 'argument' --- src/asm/rgbasm.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asm/rgbasm.5 b/src/asm/rgbasm.5 index 7df0e3ab..f9fde8c1 100644 --- a/src/asm/rgbasm.5 +++ b/src/asm/rgbasm.5 @@ -1081,7 +1081,7 @@ The example below includes 256 bytes from data.bin, starting from byte 78. 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.