From: Tim R. <tim...@us...> - 2002-04-30 23:30:56
|
Update of /cvsroot/blob/blob/src/blob In directory usw-pr-cvs1:/tmp/cvs-serv19275/src/blob Modified Files: main.c Log Message: spelling Index: main.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/main.c,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- main.c 27 Apr 2002 10:26:50 -0000 1.45 +++ main.c 30 Apr 2002 23:30:54 -0000 1.46 @@ -122,7 +122,7 @@ } #endif - /* Parse all the tags in the paramater block */ + /* Parse all the tags in the parameter block */ #ifdef PARAM_START parse_ptags((void *) PARAM_START, &conf); #endif |