]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
README,INSTALL: Fix some spelling errors.
authorAndre Noll <maan@systemlinux.org>
Fri, 28 Sep 2007 21:31:21 +0000 (23:31 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 28 Sep 2007 21:31:45 +0000 (23:31 +0200)
INSTALL
README

diff --git a/INSTALL b/INSTALL
index 83d598eabb5b2ce5b2b14eca8937e5a93b13e7d9..ac1ccacb0e9e40d063a8d2bc24a41539af4224ec 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -9,7 +9,7 @@ Install all needed packages
 ---------------------------
 
 See README for a list of required software. Don't be afraid of the long
-list of unusal libraries: Most of them are only needed for optional
+list of unusual libraries: Most of them are only needed for optional
 programs. Autoconf will detect what is installed on your system and
 will only build those executables that can be built with your setup.
 
@@ -166,7 +166,7 @@ receiver specifier for each supported audio format, like this:
 
        -r 'mp3:http -i server_host'
 
-The prefered way to use para_audiod is to run it once at system start
+The preferred way to use para_audiod is to run it once at system start
 as an unprivileged user. para_audiod needs to create a "well-known"
 socket for the clients to connect to. The default path for this
 socket is
@@ -216,7 +216,7 @@ arbitrary commands. There are several flavours of key-bindings:
          command>" instead of "<specified command>".
 
 
-That's all, congratulations. Check out all the other optional gimmics!
+That's all, congratulations. Check out all the other optional gimmicks!
 
 Troubles?
 ~~~~~~~~~
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.