aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
commitaa78134a557079ce570345e751e4c36c4b2ba79a (patch)
treef7bf25950513285184e2426109235337d0aef8be /src/conversation
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/gnunet-conversation-test.c2
-rw-r--r--src/conversation/gnunet-helper-audio-record.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/conversation/gnunet-conversation-test.c b/src/conversation/gnunet-conversation-test.c
index 9f8e54033..5e6bc805f 100644
--- a/src/conversation/gnunet-conversation-test.c
+++ b/src/conversation/gnunet-conversation-test.c
@@ -143,7 +143,7 @@ switch_to_speaker (void *cls)
143 } 143 }
144 fprintf (stderr, 144 fprintf (stderr,
145 _ ( 145 _ (
146 "\nWe are now playing your recording back. If you can hear it, your audio settings are working...")); 146 "\new are now playing your recording back. If you can hear it, your audio settings are working..."));
147 for (struct Recording *rec = rec_head; NULL != rec; rec = rec->next) 147 for (struct Recording *rec = rec_head; NULL != rec; rec = rec->next)
148 { 148 {
149 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 149 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
diff --git a/src/conversation/gnunet-helper-audio-record.c b/src/conversation/gnunet-helper-audio-record.c
index 633030a64..060a7c779 100644
--- a/src/conversation/gnunet-helper-audio-record.c
+++ b/src/conversation/gnunet-helper-audio-record.c
@@ -60,7 +60,7 @@
60#define FRAME_SIZE (SAMPLING_RATE / 1000 * FRAME_SIZE_MS) 60#define FRAME_SIZE (SAMPLING_RATE / 1000 * FRAME_SIZE_MS)
61 61
62/** 62/**
63 * Pages are commited when their size goes over this value. 63 * Pages are committed when their size goes over this value.
64 * Note that in practice we flush pages VERY often (every frame), 64 * Note that in practice we flush pages VERY often (every frame),
65 * which means that pages NEVER really get to be this big. 65 * which means that pages NEVER really get to be this big.
66 * With one-packet-per-page, pages are roughly 100-300 bytes each. 66 * With one-packet-per-page, pages are roughly 100-300 bytes each.