From e6e87c927e8c1f8aebbd3ff9cb84efa3f4d5b63b Mon Sep 17 00:00:00 2001
From: Tim Wickberg <tim@schedmd.com>
Date: Mon, 11 Apr 2016 12:27:16 -0400
Subject: [PATCH] Fix three typos.

---
 src/common/slurm_protocol_interface.h | 2 +-
 src/sinfo/sinfo.c                     | 6 +++---
 src/squeue/squeue.c                   | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/common/slurm_protocol_interface.h b/src/common/slurm_protocol_interface.h
index b3b2fef8e45..d646015c9cf 100644
--- a/src/common/slurm_protocol_interface.h
+++ b/src/common/slurm_protocol_interface.h
@@ -90,7 +90,7 @@ typedef enum slurm_socket_type {
  **  MIDDLE LAYER FUNCTIONS  **
  \*******************************/
 
-/* The must have funtions are required to implement a low level plugin
+/* The must have functions are required to implement a low level plugin
  * for the slurm protocol the general purpose functions just wrap
  * standard socket calls, so if the underlying layer implements a
  * socket like interface, it can be used as a low level transport
diff --git a/src/sinfo/sinfo.c b/src/sinfo/sinfo.c
index d4862021dce..b3a7a40a2a9 100644
--- a/src/sinfo/sinfo.c
+++ b/src/sinfo/sinfo.c
@@ -67,9 +67,9 @@ static pthread_mutex_t sinfo_cnt_mutex = PTHREAD_MUTEX_INITIALIZER;
 static pthread_cond_t  sinfo_cnt_cond  = PTHREAD_COND_INITIALIZER;
 static pthread_mutex_t sinfo_list_mutex = PTHREAD_MUTEX_INITIALIZER;
 
-/************
- * Funtions *
- ************/
+/*************
+ * Functions *
+ *************/
 static int  _bg_report(block_info_msg_t *block_ptr);
 void *      _build_part_info(void *args);
 static int  _build_sinfo_data(List sinfo_list,
diff --git a/src/squeue/squeue.c b/src/squeue/squeue.c
index 15b5a8c3078..cc8966a16f3 100644
--- a/src/squeue/squeue.c
+++ b/src/squeue/squeue.c
@@ -60,9 +60,9 @@
 struct squeue_parameters params;
 int max_line_size;
 
-/************
- * Funtions *
- ************/
+/*************
+ * Functions *
+ *************/
 static int  _get_info(bool clear_old);
 static int  _get_window_width( void );
 static void _print_date( void );
-- 
GitLab