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 /test | |
parent | c3390bdca046a82f6ddc35aafd56bbd0a492bb7d (diff) | |
download | raul-main.tar.gz raul-main.tar.bz2 raul-main.zip |
Fix typosmain
Diffstat (limited to 'test')
-rw-r--r-- | test/maid_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |