summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/portaudio/test/patest_sine_formats.c
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/portaudio/test/patest_sine_formats.c')
-rw-r--r--3rdparty/portaudio/test/patest_sine_formats.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/3rdparty/portaudio/test/patest_sine_formats.c b/3rdparty/portaudio/test/patest_sine_formats.c
index 5d011553c07..3224d6e5613 100644
--- a/3rdparty/portaudio/test/patest_sine_formats.c
+++ b/3rdparty/portaudio/test/patest_sine_formats.c
@@ -1,7 +1,7 @@
/** @file patest_sine_formats.c
- @ingroup test_src
- @brief Play a sine wave for several seconds. Test various data formats.
- @author Phil Burk
+ @ingroup test_src
+ @brief Play a sine wave for several seconds. Test various data formats.
+ @author Phil Burk
*/
/*
* $Id$
@@ -31,13 +31,13 @@
*/
/*
- * The text above constitutes the entire PortAudio license; however,
+ * The text above constitutes the entire PortAudio license; however,
* the PortAudio community also makes the following non-binding requests:
*
* Any person wishing to distribute modifications to the Software is
* requested to send the modifications to the original developer so that
- * they can be incorporated into the canonical version. It is also
- * requested that these non-binding requests be included along with the
+ * they can be incorporated into the canonical version. It is also
+ * requested that these non-binding requests be included along with the
* license above.
*/
#include <stdio.h>
@@ -196,7 +196,7 @@ int main(void)
return err;
error:
Pa_Terminate();
- fprintf( stderr, "An error occured while using the portaudio stream\n" );
+ fprintf( stderr, "An error occurred while using the portaudio stream\n" );
fprintf( stderr, "Error number: %d\n", err );
fprintf( stderr, "Error message: %s\n", Pa_GetErrorText( err ) );
return err;