From 720396f29690ff48d98988ec5aff1ae728d323ba Mon Sep 17 00:00:00 2001
From: Don Lipari <lipari1@llnl.gov>
Date: Thu, 10 Jun 2010 16:47:08 +0000
Subject: [PATCH] typo fixes to high_throughput.shtml

---
 doc/html/high_throughput.shtml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/html/high_throughput.shtml b/doc/html/high_throughput.shtml
index 6b3b66813be..d719bbd9a70 100644
--- a/doc/html/high_throughput.shtml
+++ b/doc/html/high_throughput.shtml
@@ -50,8 +50,8 @@ be set quite high for memory size, open file count and stack size.</p>
 
 <h2>SLURM Configuration</h2>
 
-<p>Several SLURM configuration parameter should be adjusted to reflect the
-needs of high throughput computing.</p>
+<p>Several SLURM configuration parameters should be adjusted to
+reflect the needs of high throughput computing.</p>
 
 <ul>
 <li><b>MaxJobCount</b>:
@@ -62,7 +62,7 @@ The default value is 10,000</li>
 Controls how long to wait for a response to messages.
 The default value is 10 seconds.
 While the <b>slurmctld</b> daemon is highly threaded, its responsiveness
-is load dependend. This value may need to be increased substantially.
+is load dependent. This value may need to be increased substantially.
 A value in of 30 or 60 seconds should be sufficient in any case.</li>
 <li><b>MinJobAge</b>:
 Controls how soon the record of a completed job can be purged from the
-- 
GitLab