about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Documentation/dtas-env.pod2
-rw-r--r--Documentation/dtas-player_protocol.pod4
-rw-r--r--Documentation/dtas-sinkedit.pod2
-rw-r--r--Documentation/dtas-sourceedit.pod2
-rw-r--r--Documentation/dtas-tl.pod4
-rw-r--r--README2
6 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/dtas-env.pod b/Documentation/dtas-env.pod
index d0ea2e8..6c8099e 100644
--- a/Documentation/dtas-env.pod
+++ b/Documentation/dtas-env.pod
@@ -10,7 +10,7 @@ As dtas uses Bourne shell and exposes it to users, dtas should have
 a cohesive set of common environment variables across its audio
 production and playback environments.  This attempts to document
 them.  Most of these environments are set and managed by dtas
-itself, but users editing commands (e.g. via L<dtas-sourcedit(1)>
+itself, but users editing commands (e.g. via L<dtas-sourcedit(1)>)
 should be aware of them.
 
 =head1 ENVIRONMENT
diff --git a/Documentation/dtas-player_protocol.pod b/Documentation/dtas-player_protocol.pod
index f709e96..e031f58 100644
--- a/Documentation/dtas-player_protocol.pod
+++ b/Documentation/dtas-player_protocol.pod
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-dtas-player_protocol - protocol for controling dtas-player
+dtas-player_protocol - protocol for controlling dtas-player
 
 =head1 DESCRIPTION
 
@@ -382,7 +382,7 @@ Clear current tracklist
 
 Show/or change consume status of the tracklist.  Enabling this causes
 tracks to be deleted from the tracklist after they are played or skipped.
-With no args, this will show "true" or "false
+With no args, this will show "true" or "false"
 
 =item tl current
 
diff --git a/Documentation/dtas-sinkedit.pod b/Documentation/dtas-sinkedit.pod
index d6af071..a370df1 100644
--- a/Documentation/dtas-sinkedit.pod
+++ b/Documentation/dtas-sinkedit.pod
@@ -14,7 +14,7 @@ dtas-sinkedit spawns an editor to allow editing of a sink as a YAML file.
 See L<dtas-player_protocol(7)> for details on SINKARGS.
 
 On Linux machines with the sleepy_penguin RubyGem installed, L<inotify(7)>
-is used to monitor the file for changes while the text exitor is running.
+is used to monitor the file for changes while the text editor is running.
 Each time a user finishes saving a file, changes are committed immediately.
 This behavior may be disabled by using the -N or --no-watch command-line
 switch.
diff --git a/Documentation/dtas-sourceedit.pod b/Documentation/dtas-sourceedit.pod
index 169f08b..d319ded 100644
--- a/Documentation/dtas-sourceedit.pod
+++ b/Documentation/dtas-sourceedit.pod
@@ -17,7 +17,7 @@ non-interactively.  This is useful for loading various profiles from the
 filesystem.
 
 On Linux machines with the sleepy_penguin RubyGem installed, L<inotify(7)>
-is used to monitor the file for changes while the text exitor is running.
+is used to monitor the file for changes while the text editor is running.
 Each time a user finishes saving a file, changes are committed immediately.
 This behavior may be disabled by using the -N or --no-watch command-line
 switch.
diff --git a/Documentation/dtas-tl.pod b/Documentation/dtas-tl.pod
index 6ca88d0..024832a 100644
--- a/Documentation/dtas-tl.pod
+++ b/Documentation/dtas-tl.pod
@@ -29,7 +29,7 @@ client).
 =item consume [BOOLEAN] - show, enable, or disable consume mode
 
 Enabling "consume" mode causes tracks to be removed when they are
-done playing (or skipped.
+done playing (or skipped).
 
 =item current - display the current track, "NONE" if not playing
 
@@ -78,7 +78,7 @@ display the current tracklist
 
         $ dtas-tl cat
 
-to add an an entire directory of FLAC files
+to add an entire directory of FLAC files
 
         $ dtas-tl addtail /path/to/directory/*.flac
 
diff --git a/README b/README
index cc6258d..d0d4234 100644
--- a/README
+++ b/README
@@ -25,7 +25,7 @@ for audio.  dtas-player supports:
 * ReplayGain (including fallback gain and peak normalization)
 
 dtas-player is a *nix pipeline and process manager.  It may be used
-spawn and pipe to abitrary Unix commands, not just audio-related
+spawn and pipe to arbitrary Unix commands, not just audio-related
 commands.  It can interactively restart/replace the source (audio
 decoder) component of a pipeline while keeping the sink (playback
 endpoint) running.