From da026eac76c1c6f97f198252c70b53f38f51d52f Mon Sep 17 00:00:00 2001
From: Dag Wieers <dag@wieers.com>
Date: Sun, 7 Oct 2012 22:12:00 +0200
Subject: [PATCH] Fix typo/cosmetic change

---
 hpilo_facts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hpilo_facts b/hpilo_facts
index dc6d5d07575..88a724aacaa 100755
--- a/hpilo_facts
+++ b/hpilo_facts
@@ -22,7 +22,7 @@ DOCUMENTATION = '''
 ---
 author: Dag Wieers
 module: hpilo_facts
-short_description: Gather facts for a systel through HP iLO interface
+short_description: Gather facts through an HP iLO interface
 description:
   - This module gathers facts for a specific system using its HP iLO interface.
     These facts include hardware and network related information useful
@@ -98,7 +98,7 @@ warnings.simplefilter('ignore')
 def main():
 
     module = AnsibleModule(
-        argument_spec=dict(
+        argument_spec = dict(
             host = dict(required=True),
             login = dict(default='Administrator'),
             password = dict(default='admin'),