From aa78134a557079ce570345e751e4c36c4b2ba79a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 26 Apr 2021 20:25:37 +0200 Subject: -fix many more typos --- src/conversation/gnunet-conversation-test.c | 2 +- src/conversation/gnunet-helper-audio-record.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/conversation') 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) } fprintf (stderr, _ ( - "\nWe are now playing your recording back. If you can hear it, your audio settings are working...")); + "\new are now playing your recording back. If you can hear it, your audio settings are working...")); for (struct Recording *rec = rec_head; NULL != rec; rec = rec->next) { 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 @@ #define FRAME_SIZE (SAMPLING_RATE / 1000 * FRAME_SIZE_MS) /** - * Pages are commited when their size goes over this value. + * Pages are committed when their size goes over this value. * Note that in practice we flush pages VERY often (every frame), * which means that pages NEVER really get to be this big. * With one-packet-per-page, pages are roughly 100-300 bytes each. -- cgit v1.2.3