Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 11, 2024
1 parent 7336107 commit c2b42dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/controllers/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bool Controller::Process()
return false;
}

// TODO Cath scsi_exception here instead of everywhere else and call Error()?
// TODO Catch scsi_exception here instead of everywhere else and call Error()?
if (!ProcessPhase()) {
Error(sense_key::aborted_command, asc::controller_process_phase);
return false;
Expand Down

0 comments on commit c2b42dc

Please sign in to comment.