aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/codecs.c')
-rw-r--r--codecs/codecs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/codecs/codecs.c b/codecs/codecs.c
index 447ee67793..4001a8d426 100644
--- a/codecs/codecs.c
+++ b/codecs/codecs.c
@@ -247,11 +247,11 @@ void codec_get_compiled_version_info(GString *str)
g_string_append(str, ", without SBC");
#endif
- /* Spandsp (G.722, G.726) */
+ /* SpanDSP (G.722, G.726) */
#ifdef HAVE_SPANDSP
- g_string_append(str, ", with Spandsp");
+ g_string_append(str, ", with SpanDSP");
#else
- g_string_append(str, ", without Spandsp");
+ g_string_append(str, ", without SpanDSP");
#endif
}