Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Marks committed Mar 1, 2024
1 parent 2cb2314 commit de27635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/bmxtranswrap/bmxtranswrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ static void usage(const char *cmd)
printf(" The clip writers will by default generate UMIDs with UUID material numbers\n");
printf(" - {fp_umid}: The file source package UMID\n");
printf(" At least one letter in a variable name can also be in uppercase, which will result in\n");
> printf(" the corresponding substituted value being in uppercase.\n");
printf(" the corresponding substituted value being in uppercase.\n");
printf(" - <umid> format is 64 hexadecimal characters and any '.' and '-' characters are ignored\n");
printf(" - <uuid> format is 32 hexadecimal characters and any '.' and '-' characters are ignored\n");
printf(" - <tstamp> format is YYYY-MM-DDThh:mm:ss:qm where qm is in units of 1/250th second\n");
Expand Down
2 changes: 1 addition & 1 deletion apps/raw2bmx/raw2bmx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ static void usage(const char *cmd)
printf(" The clip writers will by default generate UMIDs with UUID material numbers\n");
printf(" - {fp_umid}: The file source package UMID\n");
printf(" At least one letter in a variable name can also be in uppercase, which will result in\n");
> printf(" the corresponding substituted value being in uppercase.\n");
printf(" the corresponding substituted value being in uppercase.\n");
printf(" - <umid> format is 64 hexadecimal characters and any '.' and '-' characters are ignored\n");
printf(" - <uuid> format is 32 hexadecimal characters and any '.' and '-' characters are ignored\n");
printf(" - <tstamp> format is YYYY-MM-DDThh:mm:ss:qm where qm is in units of 1/250th second\n");
Expand Down

0 comments on commit de27635

Please sign in to comment.