Skip to content

Commit 90ace78

Browse files
committed
fixed typo in messages macro
1 parent 3f5880d commit 90ace78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/libs/sched/msg_schedd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
#define MSG_SCHEDD_INFO_INSUFFICIENTSLOTS_ _MESSAGE(47082, _("parallel job requires more slots than available"))
9292
#define MSG_SCHEDD_INFO_PEALLOCRULE_S _MESSAGE(47083, _("pe " SFQ " dropped because allocation rule is not suitable"))
9393
#define MSG_SCHEDD_INFO_NOPEMATCH_ _MESSAGE(47084, _("no matching pe found"))
94-
#define MSG_SCHEDD_INFO_CLEANUPNECESSARY_S _MESSAGE(47085, _("cannot run on host " SFQ " until clean up of an previous run has finished"))
94+
#define MSG_SCHEDD_INFO_CLEANUPNECESSARY_S _MESSAGE(47085, _("cannot run on host " SFQ " until clean up of a previous run has finished"))
9595
#define MSG_SCHEDD_INFO_MAX_AJ_INSTANCES_ _MESSAGE(47086, _("not all array task may be started due to \'max_aj_instances\'"))
9696

9797

0 commit comments

Comments
 (0)