From 86e6b60ea2b0dae678864b2ce91e73f9f6ab87a0 Mon Sep 17 00:00:00 2001 From: Dennis Braun Date: Sun, 3 May 2020 17:59:32 +0200 Subject: Fix spelling error in AlsaDriver.cpp --- src/AlsaDriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index 9487d87..7cd4f8d 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -517,7 +517,7 @@ AlsaDriver::create_refresh_port() { snd_seq_port_info_t* port_info = nullptr; snd_seq_port_info_alloca(&port_info); - snd_seq_port_info_set_name(port_info, "System Announcement Reciever"); + snd_seq_port_info_set_name(port_info, "System Announcement Receiver"); snd_seq_port_info_set_type(port_info, SND_SEQ_PORT_TYPE_APPLICATION); snd_seq_port_info_set_capability(port_info, SND_SEQ_PORT_CAP_WRITE | -- cgit v1.2.1