Skip to content
Snippets Groups Projects
Commit 639b2456 authored by rswindell's avatar rswindell
Browse files

Fixed spelling error ("compressible").

parent cfd75de5
No related branches found
No related tags found
No related merge requests found
......@@ -976,7 +976,7 @@ void packmsgs(ulong packable)
return; }
if(packable && (m*SDT_BLOCK_LEN)+(n*SHD_BLOCK_LEN)<packable*1024L) {
printf("\rLess than %luk compressable bytes.\n\n",packable);
printf("\rLess than %luk compressible bytes.\n\n",packable);
smb_close_ha(&smb);
smb_close_da(&smb);
smb_unlocksmbhdr(&smb);
......@@ -1029,7 +1029,7 @@ void packmsgs(ulong packable)
return; }
if(packable && (n*SDT_BLOCK_LEN)+(m*SHD_BLOCK_LEN)<packable*1024L) {
printf("\rLess than %luk compressable bytes.\n\n",packable);
printf("\rLess than %luk compressible bytes.\n\n",packable);
smb_unlocksmbhdr(&smb);
return; }
......@@ -1388,7 +1388,7 @@ int main(int argc, char **argv)
return(-1);
}
for(x=1;x<argc;x++) {
for(x=1;x<argc && x>0;x++) {
if(
#ifndef __unix__
argv[x][0]=='/' || /* for backwards compatibilty */
......
......@@ -457,7 +457,7 @@ char * sbbs_t::temp_cmd(void)
int i;
if(!cfg.total_fcomps) {
errormsg(WHERE,ERR_CHK,"compressable file types",0);
errormsg(WHERE,ERR_CHK,"compressible file types",0);
return(nulstr); }
for(i=0;i<cfg.total_fcomps;i++)
if(!stricmp(useron.tmpext,cfg.fcomp[i]->ext)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment