speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] correct a typo


From: William Hubbs
Subject: [PATCH] correct a typo
Date: Sun, 19 Dec 2010 14:57:13 -0600

The word "bellow" was used in several places instead of "below" which
is what was meant.
---
 ANNOUNCE                      |    2 +-
 INSTALL                       |    2 +-
 README.translators            |    2 +-
 config/modules/cicero.conf    |    4 ++--
 config/speechd.conf           |    2 +-
 doc/speech-dispatcher.texi    |    6 +++---
 src/modules/audio/spd_audio.c |    2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/ANNOUNCE b/ANNOUNCE
index ab0e071..f05d11b 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -5,7 +5,7 @@ Speech Dispatcher 0.7.1
 The Brailcom organization is happy to announce the availability of
 Speech Dispatcher 0.7.1 developed as a part of the Free(b)Soft
 project. This is a minor release, it contains mostly bugfixes.  Please
-read `NOTES' bellow.
+read `NOTES' below.
 
 * What is Speech Dispatcher?
 
diff --git a/INSTALL b/INSTALL
index ab2cf7b..3d0b9ca 100644
--- a/INSTALL
+++ b/INSTALL
@@ -42,7 +42,7 @@ These packages are known to work with Speech Dispatcher:
 Building Speech Dispatcher:
 ===========================
 
-(for instructions about how to build from Git or Git snapshot see bellow)
+(for instructions about how to build from Git or Git snapshot see below)
 
 If you want to use Speech Dispatcher with Festival (recommended), you
 also need to install festival-freebsoft-utils version 0.3 or higher!
diff --git a/README.translators b/README.translators
index 4e76fd6..cb1b6be 100644
--- a/README.translators
+++ b/README.translators
@@ -52,7 +52,7 @@ Please put one locale on each line and keep the file 
alphabetically sorted.
 reported by msgfmt about your <locale>.po file please correct them before
 continuing.
 
-6. When you're done see the section about testing bellow.
+6. When you're done see the section about testing below.
 
 == Updating an existing Translation ==
 
diff --git a/config/modules/cicero.conf b/config/modules/cicero.conf
index a372408..c454b66 100644
--- a/config/modules/cicero.conf
+++ b/config/modules/cicero.conf
@@ -4,7 +4,7 @@
 # CiceroExecutable indicates path to the cicero executable (the file called
 # tts_brltty_es.py in the original distribution of the 0.7 version).  You can
 # create a symbolic link # ln -s your-path/tts_brltty_es.py /usr/bin/cicero or
-# probably better in /usr/local/bin/cicero and modify the bellow option
+# probably better in /usr/local/bin/cicero and modify the below option
 # accordingly.
 
 #CiceroExecutable "/usr/bin/cicero"
@@ -27,4 +27,4 @@
 # Debug turns debugging on or off
 # See speechd.conf for information where debugging information is stored
 
-#Debug 0
\ No newline at end of file
+#Debug 0
diff --git a/config/speechd.conf b/config/speechd.conf
index 3b19569..6a6e7b2 100644
--- a/config/speechd.conf
+++ b/config/speechd.conf
@@ -8,7 +8,7 @@
 # its clients. Two basic methods are "unix_socket" and "inet_socket".
 #
 # unix_socket -- communication over Unix sockets represented by a file in the
-# filesystem (see SocketPath bellow). This method works only locally, but is
+# filesystem (see SocketPath below). This method works only locally, but is
 # prefered for standard session setup, where every user runs his own instance 
of Speech
 # Dispatcher to get voice feedback on his own computer.
 #
diff --git a/doc/speech-dispatcher.texi b/doc/speech-dispatcher.texi
index a3d2e9b..45f9033 100644
--- a/doc/speech-dispatcher.texi
+++ b/doc/speech-dispatcher.texi
@@ -390,7 +390,7 @@ offered options or run some of its subsystems manually, type
 
 If you do not want to use this script, it doesn't work in your case
 or it doesn't provide enough configuration flexibility, please
-continue as described bellow and/or in @xref{Running Under Ordinary Users}.
+continue as described below and/or in @xref{Running Under Ordinary Users}.
 
 @item Test Speech Dispatcher
 
@@ -667,7 +667,7 @@ It is possible to use a list of prefered audio output 
methods,
 in which case each output module attempts to use the first availble
 in the given order.
 
-The example bellow prefers Pulse Audio, but will use ALSA if unable
+The example below prefers Pulse Audio, but will use ALSA if unable
 to connect to Pulse:
 @example
  AudioOutputMethod "pulse,alsa"
@@ -1456,7 +1456,7 @@ closed, threads are terminated and memory is freed.
 Opens a new connection to Speech Dispatcher and returns a socket file
 descriptor. This function is the same as @code{spd_open} except that
 it gives more control of the communication method and autospawn
-functionality as described bellow.
+functionality as described below.
 
 @code{method} is either @code{SPD_METHOD_UNIX_SOCKET} or 
@code{SPD_METHOD_INET_SOCKET}. By default,
 unix socket communication should be prefered, but inet sockets are necessary 
for cross-network
diff --git a/src/modules/audio/spd_audio.c b/src/modules/audio/spd_audio.c
index fc30762..a7729c6 100644
--- a/src/modules/audio/spd_audio.c
+++ b/src/modules/audio/spd_audio.c
@@ -146,7 +146,7 @@ ret = lt_dlsetsearchpath(PLUGIN_DIR);
    Comment:
    spd_audio_play() is a blocking function. It returns exactly
    when the given track stopped playing. However, it's possible
-   to safely interrupt it using spd_audio_stop() described bellow.
+   to safely interrupt it using spd_audio_stop() described below.
    (spd_audio_stop() needs to be called from another thread, obviously.)
 
 */
-- 
1.7.2.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]