Skip to content

Commit

Permalink
Fix rename typo
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Ivanov <[email protected]>
  • Loading branch information
alexander-e1off committed Dec 5, 2024
1 parent 228296e commit 5cba6f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ bool CommandLineArguments::isValidRecordType(const bsl::string* recordType,
bsl::ostream& stream)
{
if (*recordType != k_MESSAGE_TYPE && *recordType != k_QUEUEOP_TYPE &&
*recordType != k_JOURNAL_TYPE) {
*recordType != k_JOURNALOP_TYPE) {
stream << "--record-type invalid: " << *recordType << bsl::endl;

return false; // RETURN
Expand Down

0 comments on commit 5cba6f6

Please sign in to comment.