From 9513fad3e628cb5e8ba177c466b3b3ac4d40f02d Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Thu, 16 Jul 2009 18:29:58 +0000
Subject: [PATCH] fix typo

---
 src/plugins/select/bluegene/plugin/bg_job_run.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/plugins/select/bluegene/plugin/bg_job_run.c b/src/plugins/select/bluegene/plugin/bg_job_run.c
index 3163fb4ecf0..c1782e5ee8f 100644
--- a/src/plugins/select/bluegene/plugin/bg_job_run.c
+++ b/src/plugins/select/bluegene/plugin/bg_job_run.c
@@ -1089,15 +1089,15 @@ extern int start_job(struct job_record *job_ptr)
 				    SELECT_JOBDATA_REBOOT, 
 				    &(bg_update_ptr->reboot));
 #ifdef HAVE_BGL
-	select_g_selectt_jobinfo_get(job_ptr->select_jobinfo,
-				     SELECT_JOBDATA_BLRTS_IMAGE, 
-				     &(bg_update_ptr->blrtsimage));
+	select_g_select_jobinfo_get(job_ptr->select_jobinfo,
+				    SELECT_JOBDATA_BLRTS_IMAGE, 
+				    &(bg_update_ptr->blrtsimage));
 	if(!bg_update_ptr->blrtsimage) {
 		bg_update_ptr->blrtsimage =
 			xstrdup(bg_conf->default_blrtsimage);
 		select_g_select_jobinfo_set(job_ptr->select_jobinfo,
-				     SELECT_JOBDATA_BLRTS_IMAGE, 
-				     bg_update_ptr->blrtsimage);
+					    SELECT_JOBDATA_BLRTS_IMAGE, 
+					    bg_update_ptr->blrtsimage);
 	}
 #else
 	select_g_select_jobinfo_get(job_ptr->select_jobinfo,
-- 
GitLab