Description: fix some minor spelling errors in man
Author: Gennaro Oliva <oliva.g@na.icar.cnr.it>
Bug: http://bugs.schedmd.com/show_bug.cgi?id=2367
Bug-Debian: https://bugs.debian.org/
Last-Update: 2016-01-15

--- slurm-llnl-15.08.7.orig/src/common/read_config.c
+++ slurm-llnl-15.08.7/src/common/read_config.c
@@ -4098,7 +4098,7 @@ _validate_and_set_defaults(slurm_ctl_con
 			      long_suspend_time);
 		} else if ((long_suspend_time > -1) &&
 			   (!strcmp(conf->select_type, "select/bluegene"))) {
-			error("SuspendTime (power save mode) incomptible with "
+			error("SuspendTime (power save mode) incompatible with "
 			      "select/bluegene");
 			return SLURM_ERROR;
 		} else
--- slurm-llnl-15.08.7.orig/src/sacct/options.c
+++ slurm-llnl-15.08.7/src/sacct/options.c
@@ -320,7 +320,7 @@ sacct [<OPTION>]
      -j, --jobs:                                                            \n\
 	           Format is <job(.step)>. Display information about this   \n\
                    job or comma-separated list of jobs. The default is all  \n\
-                   jobs. Adding .step will display the specfic job step of  \n\
+                   jobs. Adding .step will display the specific job step of  \n\
                    that job. (A step id of 'batch' will display the         \n\
                    information about the batch step.)                       \n\
      -k, --timelimit-min:                                                   \n\
--- slurm-llnl-15.08.7.orig/src/slurmctld/reservation.c
+++ slurm-llnl-15.08.7/src/slurmctld/reservation.c
@@ -2982,7 +2982,7 @@ static void _rebuild_core_bitmap(slurmct
 	ListIterator job_iterator;
 	struct job_record  *job_ptr;
 
-	info("Core_bitmap for reservation %s no longer valid, cores addded or removed, rebuilding",
+	info("Core_bitmap for reservation %s no longer valid, cores added or removed, rebuilding",
 	     resv_ptr->name);
 
 	core_cnt = bit_set_count(resv_ptr->core_bitmap);      /* Cores needed */
