Spelling fixes

This commit is contained in:
chase
2018-05-26 11:50:47 -05:00
committed by Jon Trulson
parent 8d2fe2486c
commit 809c3d8bb6
146 changed files with 240 additions and 240 deletions

View File

@@ -362,7 +362,7 @@ struct dolnod *sh_argfree __PARAM__((struct dolnod *blk,int flag), (blk, flag))
/*
* grab space for arglist and copy args
* The strings are copied after the argment vector
* The strings are copied after the argument vector
*/
struct dolnod *sh_argcreate __PARAM__((register char *argv[]), (argv)) __OTORP__(register char *argv[];){
register struct dolnod *dp;

View File

@@ -45,7 +45,7 @@
***************************************************************/
#include "sfhdr.h"
/* Read formated data from a stream
/* Read formatted data from a stream
**
** Written by Kiem-Phong Vo (06/27/90)
*/