diff options
author | Dennis Braun <d_braun@kabelmail.de> | 2020-05-03 17:59:32 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-27 21:57:33 +0100 |
commit | 86e6b60ea2b0dae678864b2ce91e73f9f6ab87a0 (patch) | |
tree | cf82a1a8c382e9cbf97d1a3ab243fbb4e515c7dc /src | |
parent | 3bd1b039d251c2e849890b55e4c1c833d96f7358 (diff) | |
download | patchage-86e6b60ea2b0dae678864b2ce91e73f9f6ab87a0.tar.gz patchage-86e6b60ea2b0dae678864b2ce91e73f9f6ab87a0.tar.bz2 patchage-86e6b60ea2b0dae678864b2ce91e73f9f6ab87a0.zip |
Fix spelling error in AlsaDriver.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/AlsaDriver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |