spelling: encrypted

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-18 08:34:39 -05:00
parent a71766b717
commit 2d62e3c0ef

View File

@@ -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.<br/>
*
* The only thing to do for this is to implement your own irrklang::IFileFactory,