Skip to content

Commit

Permalink
mxqi: Fix *you job* to *your job* in notification
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jun 21, 2024
1 parent 738ea05 commit c3a1865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxqi/mxqi
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ sub submitter {
my %mxqsub_options = parse_mxqsub_options();

print format_options_for_banner(\%mxqsub_options);
print "\nNote, that you job is killed without warning, if you exceed the reserved memory or runtime.\n";
print "\nNote, that your job is killed without warning, if you exceed the reserved memory or runtime.\n";

$SIG{INT} = sub {
print "\n";
Expand Down

0 comments on commit c3a1865

Please sign in to comment.