From 71ed8d22fa77f9b078d60c1ef71ce027d189b6b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Nussbaumer?= <rn@google.com>
Date: Wed, 3 Aug 2011 14:34:24 +0200
Subject: [PATCH] gnt-node.rst: Fix a typo
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: RenΓ© Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
---
 man/gnt-node.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/gnt-node.rst b/man/gnt-node.rst
index 71995c552..31362c212 100644
--- a/man/gnt-node.rst
+++ b/man/gnt-node.rst
@@ -482,7 +482,7 @@ POWERCYCLE
 
 **powercycle** [``--yes``] [``--force``] {*node*}
 
-This commands (tries to) forcefully reboot a node. It is a command
+This command (tries to) forcefully reboot a node. It is a command
 that can be used if the node environemnt is broken, such that the
 admin can no longer login over ssh, but the Ganeti node daemon is
 still working.
@@ -502,7 +502,7 @@ POWER
 **power** [``--force``] [``--ignore-status``] [``--all``]
 [``--power-delay``] on|off|cycle|status [*nodes*]
 
-This commands calls out to out-of-band management to change the power
+This command calls out to out-of-band management to change the power
 state of given node. With ``status`` you get the power status as reported
 by the out-of-band managment script.
 
@@ -533,7 +533,7 @@ HEALTH
 
 **health** [*nodes*]
 
-This commands calls out to out-pf-band management to ask for the health status
+This command calls out to out-of-band management to ask for the health status
 of all or given nodes. The health contains the node name and then the items
 element with their status in a ``item=status`` manner. Where ``item`` is script
 specific and ``status`` can be one of ``OK``, ``WARNING``, ``CRITICAL`` or
-- 
GitLab