From 52e45237ac95a8c79b2628acda20ee1f576af4fa Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 13 Oct 2020 17:29:31 +1000 Subject: [PATCH] Fix some typos. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index df9cc3b4..4ae37088 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -233,7 +233,7 @@ The macOS build should compile cleanly without the need to download any dependen compiled as Objective-C and will need to link the relevant frameworks but should compile cleanly out of the box with Xcode. Compiling through the command line requires linking to `-lpthread` and `-lm`. -Due to the way miniaudio links to frameworks at runtime, you application may not pass Apple's notaraization process. To fix this there are two options. The +Due to the way miniaudio links to frameworks at runtime, your application may not pass Apple's notarization process. To fix this there are two options. The first is to use the `MA_NO_RUNTIME_LINKING` option, like so: ```c