From 864e9066746e865287b7ec83b0d1c145e163fe0f Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Tue, 8 Mar 2016 13:26:07 +0000
Subject: [PATCH] Fix typo in manual and add README file.

---
 README   | 3 +++
 mclu.pod | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 README

diff --git a/README b/README
new file mode 100644
index 0000000..7f7a344
--- /dev/null
+++ b/README
@@ -0,0 +1,3 @@
+Probably the simplest, smallest possible implementation of a cloud.
+
+See mclu.pod for all documentation.
diff --git a/mclu.pod b/mclu.pod
index fe4710f..6170ac6 100644
--- a/mclu.pod
+++ b/mclu.pod
@@ -16,7 +16,7 @@ cloud management software possible.
 Cloud management doesn't require a daemon running on each node.  We
 already have L<sshd(8)> for secure access, and L<libvirtd(8)> to
 manage the state of the guests.  On most Linux systems, those are
-running out of the box.  That is sufficient to manage all te state we
+running out of the box.  That is sufficient to manage all the state we
 care about.  C<mclu> just goes out and queries each node for that
 information when it needs it (in parallel of course).  Nodes that are
 switched off are handled by ignoring them.
@@ -421,7 +421,7 @@ Richard W.M. Jones <rjones @ redhat . com>
 
 =head1 COPYRIGHT
 
-(C) Copyright 2014-2015 Red Hat Inc.
+(C) Copyright 2014-2016 Red Hat Inc.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-- 
1.8.3.1