summaryrefslogtreecommitdiff
path: root/example-clients
diff options
context:
space:
mode:
authorAdrian Knoth <aknoth@google.com>2018-02-25 18:45:49 +0100
committerAdrian Knoth <aknoth@google.com>2018-02-25 18:47:52 +0100
commit6ccfdc1058f9cbd79d636a822163eda76eb4eb02 (patch)
treef056a15ac7a3d5a67654fcc618708603b0cd17c0 /example-clients
parenta5e6585dd391220d56fbe4704df71544ad83ba6e (diff)
downloadjack2-6ccfdc1058f9cbd79d636a822163eda76eb4eb02.tar.gz
Mass-fix spelling errors
Flagged by the Debian QA tool. Mostly automatic search-n-replace of the mistakes flagged.
Diffstat (limited to 'example-clients')
-rw-r--r--example-clients/alsa_in.c2
-rw-r--r--example-clients/alsa_out.c2
-rw-r--r--example-clients/netsource.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/example-clients/alsa_in.c b/example-clients/alsa_in.c
index 29e9bf3b..a65a4ea2 100644
--- a/example-clients/alsa_in.c
+++ b/example-clients/alsa_in.c
@@ -106,7 +106,7 @@ alsa_format_t formats[] = {
#define NUMFORMATS (sizeof(formats)/sizeof(formats[0]))
int format=0;
-// Alsa stuff... i dont want to touch this bullshit in the next years.... please...
+// Alsa stuff... i don't want to touch this bullshit in the next years.... please...
static int xrun_recovery(snd_pcm_t *handle, int err) {
// printf( "xrun !!!.... %d\n", err );
diff --git a/example-clients/alsa_out.c b/example-clients/alsa_out.c
index fbfc3dd0..a7b74f47 100644
--- a/example-clients/alsa_out.c
+++ b/example-clients/alsa_out.c
@@ -106,7 +106,7 @@ alsa_format_t formats[] = {
#define NUMFORMATS (sizeof(formats)/sizeof(formats[0]))
int format=0;
-// Alsa stuff... i dont want to touch this bullshit in the next years.... please...
+// Alsa stuff... i don't want to touch this bullshit in the next years.... please...
static int xrun_recovery(snd_pcm_t *handle, int err) {
// printf( "xrun !!!.... %d\n", err );
diff --git a/example-clients/netsource.c b/example-clients/netsource.c
index 9386aecc..6cf8c698 100644
--- a/example-clients/netsource.c
+++ b/example-clients/netsource.c
@@ -244,7 +244,7 @@ alloc_ports (int n_capture_audio, int n_playback_audio, int n_capture_midi, int
/**
* The Sync callback... sync state is set elsewhere...
* we will see if this is working correctly.
- * i dont really believe in it yet.
+ * i don't really believe in it yet.
*/
int
sync_cb (jack_transport_state_t state, jack_position_t *pos, void *arg)