@@ -353,7 +353,7 @@ int main( int argc, char* argv[])
353353 ret_cd = gen_multy_bakup_files (file_list, input_file_desc, file_num);
354354 if (ret_cd == FB_FAILURE)
355355 {
356- fprintf (stderr, " %s: progam fails to generate multi-volumn back-up files\n " , prog_name);
356+ fprintf (stderr, " %s: program fails to generate multi-volume back-up files\n " , prog_name);
357357 free_file_list (file_list);
358358 return FB_FAILURE;
359359 }
@@ -363,7 +363,7 @@ int main( int argc, char* argv[])
363363 ret_cd = join_multy_bakup_files (file_list);
364364 if (ret_cd == FB_FAILURE)
365365 {
366- fprintf (stderr, " %s: progam fails to join multi-volumn back-up files\n " , prog_name);
366+ fprintf (stderr, " %s: program fails to join multi-volume back-up files\n " , prog_name);
367367 free_file_list (file_list);
368368 return FB_FAILURE;
369369 }
@@ -549,10 +549,10 @@ static int gen_multy_bakup_files(b_fil* file_list, FILE_DESC input_file_desc, SL
549549** multiple back-up files.
550550**
551551** allocates an 16K bytes I/O buffer
552- ** intilializes header record common fields
552+ ** initializes header record common fields
553553** do forever
554554** walk through the backup file chain
555- ** intilializes header record unique fields
555+ ** initializes header record unique fields
556556** open backup file
557557** writes out header record to backup file
558558** points to the next backup file in the chain
@@ -566,7 +566,7 @@ static int gen_multy_bakup_files(b_fil* file_list, FILE_DESC input_file_desc, SL
566566** and writes it out to the last backup file until no EOF.
567567** issues error message when disk space full condition is detected
568568** otherwise reads and writes to backup files util EOF
569- ** if disk full cobdition is detected
569+ ** if disk full condition is detected
570570** flush the remaining data in the I/O buffer to subsequence
571571** backup files
572572** go back to normal read and write process util EOF
@@ -1045,7 +1045,7 @@ static int read_and_write_for_join(FILE_DESC output_fl_desc,
10451045 if (read_cnt != static_cast <int >(header_rec_len))
10461046 {
10471047 close_platf (input_fl_desc);
1048- fprintf (stderr, " progam fails to read gsplit header record in back-up file%s\n " , file_name);
1048+ fprintf (stderr, " program fails to read gsplit header record in back-up file%s\n " , file_name);
10491049 return FB_FAILURE;
10501050 }
10511051
@@ -1358,7 +1358,7 @@ static int set_hdr_str(TEXT header_str[], const TEXT* in_str, SLONG pos, SLONG l
13581358**
13591359** Functional description:
13601360**
1361- ** initialyze header string
1361+ ** initialize header string
13621362**
13631363*********************************************************************
13641364*/
0 commit comments