Skip to content

Commit

Permalink
typo in stream_content.txt meaningul -> meaningful
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfiredrill committed Nov 20, 2014
1 parent 704fcbd commit 0ce5e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/content/stream_content.txt
Expand Up @@ -84,7 +84,7 @@ channels and report a runtime error if that fails.
h4. Conversions

The above example did not make much sense, but in some cases you'll
get a type error on seemingly meaningul code, and you'll wonder how
get a type error on seemingly meaningful code, and you'll wonder how
to fix it. Often, it suffices to perform a few explicit conversions.

Consider another example involving the SDL output, where we also try
Expand Down Expand Up @@ -160,7 +160,7 @@ After this first phase, it is possible that some contents are still
undetermined. For example in <code>output.alsa(input.alsa())</code>,
any number of audio channels could work, and nothing helps us determine
what is intended. At this point, the default numbers of channels are
used. They are given by the setting
used. They are given by the setting
<code>frame.audio/video/midi.channels</code> (whose defaults are respectively
<code>2</code>, <code>0</code> and <code>0</code>). In our example,
stereo audio would be chosen.

0 comments on commit 0ce5e32

Please sign in to comment.