From 94a7edbfbe43ba350f75213635edebb191e57d28 Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Wed, 6 May 2015 12:38:15 -0700
Subject: [PATCH] Fix typo in power management web page

---
 doc/html/power_mgmt.shtml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/html/power_mgmt.shtml b/doc/html/power_mgmt.shtml
index 6e690afb663..ded4c2c93df 100644
--- a/doc/html/power_mgmt.shtml
+++ b/doc/html/power_mgmt.shtml
@@ -7,7 +7,7 @@ The mode of operation is to take the configured power cap for the system and
 distribute it across the compute nodes under Slurm control.
 Initially that power is distributed evenly across all compute nodes.
 Slurm then monitors actual power consumption and redistributes power as appropriate.
-Specifically, Slurm lowers the power caps on nodes using less then their cap
+Specifically, Slurm lowers the power caps on nodes using less than their cap
 and redistributes that power across the other nodes.
 The thresholds at which a node's power cap are raised or lowered are configurable
 as are the rate of change the power cap.
@@ -229,6 +229,6 @@ to be distributed over 9 nodes or 184 watts per node.</p>
   balance_interval and synchronizing changes may be difficult</li>
 </ul>
 
-<p style="text-align:center;">Last modified 12 March 2015</p>
+<p style="text-align:center;">Last modified 5 May 2015</p>
 
 <!--#include virtual="footer.txt"-->
-- 
GitLab