aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-05-19 14:49:42 -0400
committerB. Watson <urchlay@slackware.uk>2024-05-19 14:49:42 -0400
commit36286164ad2209bffad1335cbaa0b3b2d3936a25 (patch)
tree56b4dcf5e9217fc8e6051a9c49d2c1cc0564114a
parent39eba34df66afd75381d15923ec6803585236edf (diff)
downloadbw-atari8-tools-master.tar.gz
chkbas: fix typo.HEADmaster
-rw-r--r--jindroush/chkbas/chkbas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jindroush/chkbas/chkbas.cpp b/jindroush/chkbas/chkbas.cpp
index a1ad505..aa6b161 100644
--- a/jindroush/chkbas/chkbas.cpp
+++ b/jindroush/chkbas/chkbas.cpp
@@ -222,7 +222,7 @@ int main( int argc, char* argv[] )
fprintf( g_fout, "Constants & pointers:\n" );
fprintf( g_fout, "Start of Name Table (VNT) : %04X\n", wVNT );
fprintf( g_fout, "End of Name Table (VNTE) : %04X\n", wVNTE );
- fprintf( g_fout, "Lenght of Name Table (VNTL) : %04X\n", wVNTL );
+ fprintf( g_fout, "Length of Name Table (VNTL) : %04X\n", wVNTL );
fprintf( g_fout, "Start of Variable Table (VVT) : %04X\n", wVVT );
fprintf( g_fout, "End of Variable Table (VVTE) : %04X\n", wVVTE );