diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 04:13:23 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 08:29:50 -0500 |
commit | edac768a4334cec6cc569773a89100e709cbebf5 (patch) | |
tree | c0700ce87f1382e2a9b089f16a688fb3f5a25e0a | |
parent | c3390bdca046a82f6ddc35aafd56bbd0a492bb7d (diff) | |
download | raul-main.tar.gz raul-main.tar.bz2 raul-main.zip |
Fix typosmain
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | test/maid_test.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index c1df7dd..886c090 100644 --- a/meson.build +++ b/meson.build @@ -127,7 +127,7 @@ raul_dep = declare_dependency( include_directories: include_directories('include'), ) -# Generage pkg-config file for external dependants +# Generate pkg-config file for external dependants pkg.generate( name: 'Raul', description: 'Real-time audio utility library', diff --git a/test/maid_test.cpp b/test/maid_test.cpp index d6ee1db..0cd8293 100644 --- a/test/maid_test.cpp +++ b/test/maid_test.cpp @@ -74,7 +74,7 @@ test() maid.dispose(nullptr); // Mustn't crash - // All referenes dropped, but deletion deferred + // All references dropped, but deletion deferred assert(n_junk == 2); // Trigger actual deletion |