From: Fredrik Tolf <fredrik@dolda2000.com>
Date: Wed, 2 Mar 2011 14:27:29 +0000 (+0100)
Subject: examples: Corrected some typos.
X-Git-Tag: 0.7~1^2~10
X-Git-Url: http://git.dolda2000.com/gitweb/?a=commitdiff_plain;h=2737f95310a6b8e8f9856c248c7ed9172c020a8d;p=ashd.git

examples: Corrected some typos.
---

diff --git a/examples/README b/examples/README
index b29ef70..3f7c9d6 100644
--- a/examples/README
+++ b/examples/README
@@ -4,9 +4,9 @@ with a shell script called `run'. Simply run that script to start the
 example, and examine it to see how it was made. All of them will start
 an non-SSL HTTP server on port 8080.
 
-Note that ashd must be installed on the system to be able to run the
-examples, including the default configuration files.
+Note that ashd, including the default configuration files, must be
+installed on the system to be able to run the examples.
 
 The `python' sub-directory contains examples for using the Python
-module. To run then, the Python module has to be installed and
+module. To run them, the Python module has to be installed and
 accessible as well.