Skip to content

Commit

Permalink
Fixed minor text typo in source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Sep 1, 2021
1 parent e07c437 commit fc7c06d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions elf2cfetbl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ void OutputHelpInfo(void)
printf(" -Scccc specifies a Spacecraft ID as a 4 byte string to be put into the table file file "
"header.\n");
printf(" cccc represents the 4 ASCII characters that will be encoded into the 32 bit "
"Spacecaft ID field.\n");
"Spacecraft ID field.\n");
printf(" examples: -SMMS1 or -SQQ#2\n");
printf(" -p# specifies a Processor ID to be put into file header.\n");
printf(" # can be specified as decimal, octal (starting with a zero), or hex (starting "
Expand Down Expand Up @@ -1626,7 +1626,7 @@ int32 GetElfHeader(void)

if (NumHdrsRead != 1)
{
printf("Experienced error attempting to read remaining sELF Header from file '%s'\n", SrcFilename);
printf("Experienced error attempting to read remaining ELF Header from file '%s'\n", SrcFilename);
return FAILED;
}

Expand Down
2 changes: 1 addition & 1 deletion elf2cfetbl_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
#define ELF2CFETBL_VERSION_STRING \
" elf2cfetbl Development Build\n" \
" " ELF2CFETBL_VERSION " (Codename: Bootes)\n" /* Codename for current development */ \
" Last Offical Release: elf2cfetbl v3.1.0" /* For full support please use official release version */
" Last Official Release: elf2cfetbl v3.1.0" /* For full support please use official release version */

#endif /* ELF2CFETBL_VERSION_H */

0 comments on commit fc7c06d

Please sign in to comment.