From a2b86c73ea020d336461b24cf3308bf2ae0ff44e Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Fri, 27 Jun 2008 20:15:16 +0000 Subject: [PATCH] fixed typo --- src/api/step_launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/step_launch.c b/src/api/step_launch.c index 39e4fff15ab..61c100f4bee 100644 --- a/src/api/step_launch.c +++ b/src/api/step_launch.c @@ -1061,7 +1061,7 @@ static int _launch_tasks(slurm_step_ctx_t *ctx, list_iterator_destroy(ret_itr); list_destroy(ret_list); - if(tot_rc != SLURM_SUCESS) + if(tot_rc != SLURM_SUCCESS) return tot_rc; return rc; } -- GitLab