From c49ea55df5ead1b224256c08b182de166adfe986 Mon Sep 17 00:00:00 2001
From: Deric Sullivan <deric.sullivan@ssc-spc.gc.ca>
Date: Mon, 19 Oct 2015 10:11:38 -0700
Subject: [PATCH] Update to spank.h comment, wrong function name

bug 2039
---
 slurm/spank.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slurm/spank.h b/slurm/spank.h
index 338dc36053e..67fc7f3f248 100644
--- a/slurm/spank.h
+++ b/slurm/spank.h
@@ -334,7 +334,7 @@ spank_err_t spank_option_getopt (spank_t spank, struct spank_option *opt,
  *   item is requested from outside a task context, ESPANK_BAD_ARG
  *   if invalid args are passed to spank_get_item or spank_get_item
  *   is called from an invalid context, and ESPANK_NOT_REMOTE
- *   if not called from slurmstepd context or spank_user_local_init.
+ *   if not called from slurmstepd context or spank_local_user_init.
  */
 spank_err_t spank_get_item (spank_t spank, spank_item_t item, ...);
 
-- 
GitLab