Commit bf24bcde for libheif
commit bf24bcdeb0b671064ec2216df6fa189318861c5e
Author: Dirk Farin <dirk.farin@gmail.com>
Date: Thu Dec 18 22:25:57 2025 +0100
Fix typo in README
diff --git a/README.md b/README.md
index d2413d2e..f4f86e87 100644
--- a/README.md
+++ b/README.md
@@ -288,7 +288,7 @@ Libheif defines some security limits that prevent that very large images exceed
When you are programming against the libheif API and you need to process very large images, you can set the `heif_security_limits` individually.
When using `heif-dec`, there is the option to switch off security limits with `--disable-limits`.
In case a third-party software is using libheif, but does not give you a way to switch off the limits, you can set an environment variable `LIBHEIF_SECURITY_LIMITS=off` to switch it off globally.
-Clearly, only do this if you know what you are doing as you are sure not to process malicious files.
+Clearly, only do this if you know what you are doing and you are sure not to process malicious files.
## Encoder benchmark