From 2d62e3c0efe52e40b4ed8e0948ac0be139ad6a7d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:39 -0500 Subject: [PATCH] spelling: encrypted Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/irrKlang/irrKlang.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/irrKlang/irrKlang.h b/includes/irrKlang/irrKlang.h index de2832c..bb32ef0 100644 --- a/includes/irrKlang/irrKlang.h +++ b/includes/irrKlang/irrKlang.h @@ -532,7 +532,7 @@ * It is possible to let irrKlang use your own file access functions. * This is useful if you want to read sounds from other sources than * just files, for example from custom internet streams or - * an own encypted archive format. There is an example in the SDK in + * an own encrypted archive format. There is an example in the SDK in * examples/04.OverrideFileAccess which shows this as well.
* * The only thing to do for this is to implement your own irrklang::IFileFactory,