From 2f4b15d29d5ece2e145cb0893542c205346a0e38 Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Thu, 30 Apr 2015 11:47:40 -0700
Subject: [PATCH] Fix typo in comments, no change in logic

---
 src/slurmctld/agent.c | 2 +-
 src/slurmctld/agent.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/slurmctld/agent.c b/src/slurmctld/agent.c
index 077b14b6f91..95af1fcb328 100644
--- a/src/slurmctld/agent.c
+++ b/src/slurmctld/agent.c
@@ -1176,7 +1176,7 @@ static void _list_delete_retry(void *retry_entry)
  * agent_retry - Agent for retrying pending RPCs. One pending request is
  *	issued if it has been pending for at least min_wait seconds
  * IN min_wait - Minimum wait time between re-issue of a pending RPC
- * IN mai_too - Send pending email too, note this performed using a
+ * IN mail_too - Send pending email too, note this performed using a
  *	fork/waitpid, so it can take longer than just creating  a pthread
  *	to send RPCs
  * RET count of queued requests remaining
diff --git a/src/slurmctld/agent.h b/src/slurmctld/agent.h
index 6173d19edd2..cc2da5b82c8 100644
--- a/src/slurmctld/agent.h
+++ b/src/slurmctld/agent.h
@@ -88,7 +88,7 @@ extern void agent_queue_request(agent_arg_t *agent_arg_ptr);
  * agent_retry - Agent for retrying pending RPCs. One pending request is
  *	issued if it has been pending for at least min_wait seconds
  * IN min_wait - Minimum wait time between re-issue of a pending RPC
- * IN mai_too - Send pending email too, note this performed using a
+ * IN mail_too - Send pending email too, note this performed using a
  *		fork/waitpid, so it can take longer than just creating
  *		a pthread to send RPCs
  * RET count of queued requests remaining
-- 
GitLab