README,INSTALL: Fix some spelling errors.
[paraslash.git] / README
diff --git a/README b/README
index b311307d1e54177adec3b43a05c777028ca95b57..ef07eed52c059fa26c5b9752ff73380d330a4cd6 100644 (file)
--- a/README
+++ b/README
@@ -65,7 +65,7 @@ little programming effort.
 
 All connections between para_server and para_client are encrypted by
 default.  For each user of paraslash you must create a public/secret
-key pair for authentication. The (authenticated) connection is crypted
+key pair for authentication. The (authenticated) connection is encrypted
 with a symmetric rc4 session key.
 
 --------------------
@@ -84,7 +84,7 @@ is completely independent from the rest of paraslash, so it might be
 useful also for different purposes.
 
 para_filter combines several decoders (mp3, oggvorbis, aac) and a
-volume normalzer. New filters can be added easily due to the modular
+volume normalizer New filters can be added easily due to the modular
 design. If more than one filter is specified, the given filters
 are 'piped' together in-memory, i.e. without calling any of the
 read(2)/write(2)/select(2) etc. functions.
@@ -94,7 +94,7 @@ para_write (obligatory)
 -----------------------
 
 A modular audio stream writer. It supports a simple file writer
-output plugin and optional wav/raw players for alsa (linux-only,
+output plug-in and optional wav/raw players for alsa (linux-only,
 Debian package: libasound2-dev) and Mac OS. para_write can also be
 used as a stand-alone wav or raw audio player.
 
@@ -106,7 +106,7 @@ The local daemon that collects information from para_server.
 
 It runs on the client side and connects to para_server. The audio stream is
 read from the network and sent through any of paraslash's filters (decoder,
-volume normalizer). The resulting stream is written to an output plugin
+volume normalizer). The resulting stream is written to an output plug-in
 (writer), e.g. the alsa writer on linux systems. It is possible to capture the
 stream at any position in the filter chain.