diff options
author | Dirk Stolle <[email protected]> | 2023-07-05 01:48:52 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-04 23:48:52 +0000 |
commit | e6e6a1c003ec2d80b5b11f8479ad95a4826bff89 (patch) | |
tree | c16e3cc5843dae2ef709951fb06eb7f707197530 /core | |
parent | 3e1c6e4351e18a6c189afd08b63e44e81ed0ecf2 (diff) |
Fix some typos (#872)
Diffstat (limited to 'core')
-rw-r--r-- | core/filters/nfc.h | 2 | ||||
-rw-r--r-- | core/helpers.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/filters/nfc.h b/core/filters/nfc.h index 33f67a5f..4b8e68b5 100644 --- a/core/filters/nfc.h +++ b/core/filters/nfc.h @@ -39,7 +39,7 @@ public: * w1 = speed_of_sound / (control_distance * sample_rate); * * Generally speaking, the control distance should be approximately the - * average speaker distance, or based on the reference delay if outputing + * average speaker distance, or based on the reference delay if outputting * NFC-HOA. It must not be negative, 0, or infinite. The source distance * should not be too small relative to the control distance. */ diff --git a/core/helpers.cpp b/core/helpers.cpp index 2eccc50f..0d36048c 100644 --- a/core/helpers.cpp +++ b/core/helpers.cpp @@ -23,7 +23,7 @@ #include "strutils.h" -/* Mixing thread piority level */ +/* Mixing thread priority level */ int RTPrioLevel{1}; /* Allow reducing the process's RTTime limit for RTKit. */ |