diff options
Diffstat (limited to 'jindroush/chkbas')
-rw-r--r-- | jindroush/chkbas/chkbas.cpp | 2 |
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 ); |