fix typos

This commit is contained in:
RainRat
2024-02-28 20:15:56 -08:00
parent b53a43027f
commit a3658f85ac
167 changed files with 320 additions and 320 deletions

View File

@@ -418,7 +418,7 @@ main(int argc UNUSED_if_no_DLB, char **argv UNUSED_if_no_DLB)
xexit(EXIT_FAILURE);
}
/* caculate directory size */
/* calculate directory size */
dir_size = 40 /* header line (see below) */
+ ((nfiles + 1) * 11) /* handling+file offset+SP+newline */
+ slen + (long) strlen(DLB_DIRECTORY); /* file names */