Skip to content
Snippets Groups Projects
Commit 49a6be2c authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Assorted spelling fixes in comments.

parent 10cc6f93
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ typedef struct salloc_options {
extern opt_t opt;
extern int error_exit; /* exit code for slurm errors */
extern int immediate_exit; /* exit code for --imediate option & busy */
extern int immediate_exit; /* exit code for --immediate option & busy */
/* process options:
* 1. set defaults
......
......@@ -366,7 +366,7 @@ main (int argc, char **argv)
if (slurmd_plugstack_init())
fatal("failed to initialize slurmd_plugstack");
/* Wait for a successfull health check if HealthCheckInterval != 0 */
/* Wait for a successful health check if HealthCheckInterval != 0 */
_wait_health_check();
_spawn_registration_engine();
......@@ -2359,7 +2359,7 @@ static void _resource_spec_fini(void)
/*
* Wait for health check to execute successfully
*
* Return imediately if a shutdown has been requested or
* Return immediately if a shutdown has been requested or
* if the HealthCheckInterval is 0.
*/
static void _wait_health_check(void)
......
......@@ -248,7 +248,7 @@ typedef struct srun_options {
extern opt_t opt;
extern int error_exit; /* exit code for slurm errors */
extern int immediate_exit; /* exit code for --imediate option & busy */
extern int immediate_exit; /* exit code for --immediate option & busy */
extern bool srun_max_timer;
extern bool srun_shutdown;
extern time_t srun_begin_time; /* begin time of srun process */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment