Description: Fix typos
Author: Gennaro Oliva <oliva.g@na.icar.cnr.it>
Forwarded: https://bugs.schedmd.com/show_bug.cgi?id=13103
Last-Update: 2021-12-29

--- a/doc/man/man1/sacct.1
+++ b/doc/man/man1/sacct.1
@@ -317,7 +317,7 @@
 
 .TP
 \fB\-\-json\fR
-Dump job information as JSON. All other formating arugments will be ignored.
+Dump job information as JSON. All other formatting arguments will be ignored.
 .IP
 
 .TP
@@ -531,7 +531,7 @@
 
 .TP
 \fB\-\-yaml\fR
-Dump job information as YAML. All other formating arugments will be ignored.
+Dump job information as YAML. All other formatting arguments will be ignored.
 .IP
 
 .SS "Job Accounting Fields"
--- a/doc/man/man1/sinfo.1
+++ b/doc/man/man1/sinfo.1
@@ -448,7 +448,7 @@
 
 .TP
 \fBExtra\fR
-Arbitray string on the node.
+Arbitrary string on the node.
 .IP
 
 .TP
@@ -658,7 +658,7 @@
 
 .TP
 \f3\-\-json\fP
-Dump node information as JSON. All other formating and filtering arugments will
+Dump node information as JSON. All other formatting and filtering arguments will
 be ignored.
 .IP
 
@@ -799,7 +799,7 @@
 
 .TP
 \f3\-\-yaml\fP
-Dump node information as YAML. All other formating and filtering arugments will
+Dump node information as YAML. All other formatting and filtering arguments will
 be ignored.
 .IP
 
--- a/doc/man/man1/squeue.1
+++ b/doc/man/man1/squeue.1
@@ -1336,7 +1336,7 @@
 
 .TP
 \f3\-\-json\fP
-Dump job information as JSON. All other formating and filtering arugments will
+Dump job information as JSON. All other formatting and filtering arguments will
 be ignored.
 .IP
 
@@ -1499,7 +1499,7 @@
 
 .TP
 \f3\-\-yaml\fP
-Dump job information as YAML. All other formating and filtering arugments will
+Dump job information as YAML. All other formatting and filtering arguments will
 be ignored.
 .IP
 
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -4415,7 +4415,7 @@
 Percentage of memory a node is allowed to register with without being marked as
 invalid with low memory. Default is 100. For State=CLOUD nodes, the default is
 90. To disable this for cloud nodes set it to 100. \fIconfig_overrides\fR takes
-precendence over this option.
+precedence over this option.
 
 It's recommended that \fItask/cgroup\fR with \fIConstrainRamSpace\fR is
 configured. A memory cgroup limit won't be set more than the actual memory on
--- a/src/bcast/file_bcast.c
+++ b/src/bcast/file_bcast.c
@@ -565,7 +565,7 @@
 	tok = strtok_r(tmp_str, ",", &saveptr);
 	while (tok) {
 		if (tok[0] != '/')
-			error("Ignorning non-absolute excluded path: '%s'",
+			error("Ignoring non-absolute excluded path: '%s'",
 			      tok);
 		else
 			list_append(excl_paths, xstrdup(tok));
--- a/src/slurmctld/backup.c
+++ b/src/slurmctld/backup.c
@@ -445,7 +445,7 @@
 			 * to the correct controller.  This usually indicates a
 			 * configuration issue.
 			 */
-			error("REQUEST_CONFIG recieved while in standby.");
+			error("REQUEST_CONFIG received while in standby.");
 			error_code = ESLURM_IN_STANDBY_USE_BACKUP;
 		} else {
 			error("Invalid RPC received %s while in standby mode",
