Skip to content

Commit

Permalink
Follow-up fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luzpaz authored and ckerr committed Aug 31, 2022
1 parent 283bed7 commit ab9d64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtransmission/tr-assert.mm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
auto const full_text = fmt::format(FMT_STRING("assertion failed: {:s} ({:s}:{:d})"), message, file, line);
[NSException raise:NSInternalInconsistencyException format:@"%s", full_text.c_str()];

// We should not reach this anyway, but it helps mark the function as propertly noreturn
// We should not reach this anyway, but it helps mark the function as property noreturn
// (the Objective-C NSException method does not).
abort();
}
Expand Down

0 comments on commit ab9d64f

Please sign in to comment.