From c3a1865dd05a4716b43ba82816cfab61ec6583b1 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 21 Jun 2024 12:04:58 +0200 Subject: [PATCH] mxqi: Fix *you job* to *your job* in notification --- mxqi/mxqi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxqi/mxqi b/mxqi/mxqi index 11017fd..0205ccf 100755 --- a/mxqi/mxqi +++ b/mxqi/mxqi @@ -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";