From 16ab4a205cfc938c32686e8d697d048fabf97ed4 Mon Sep 17 00:00:00 2001
From: Timothy Lyanguzov <[EMAIL REDACTED]>
Date: Sat, 11 Nov 2023 15:25:38 +0000
Subject: [PATCH] Fix typo.
---
doc/libtiff.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/libtiff.rst b/doc/libtiff.rst
index d96a8609..4fedc3ed 100644
--- a/doc/libtiff.rst
+++ b/doc/libtiff.rst
@@ -169,7 +169,7 @@ you do not need to call :c:func:`TIFFFlush`.
In order to prevent out-of-memory issues when opening a TIFF file
:c:func:`TIFFOpenExt` can be used and then the maximum single memory
- limit in byte that ``libtiff`` internal memory allocation functions
+ limit in bytes that ``libtiff`` internal memory allocation functions
are allowed to request per call can be set with
:c:func:`TIFFOpenOptionsSetMaxSingleMemAlloc`.