libtiff: doc: Correct accents

From 28fc6ff7807558ca8e00ff79cbe39a55040ddacf Mon Sep 17 00:00:00 2001
From: Roger Leigh <[EMAIL REDACTED]>
Date: Sun, 5 Jun 2022 09:39:23 +0100
Subject: [PATCH] doc: Correct accents

---
 doc/libtiff.rst              | 2 +-
 doc/releases/v3.4beta016.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/libtiff.rst b/doc/libtiff.rst
index 5b6b8dfd..2e126ba4 100644
--- a/doc/libtiff.rst
+++ b/doc/libtiff.rst
@@ -648,7 +648,7 @@ code of the following sort might be used:
 (once again, we assume samples are packed contiguously.)
 
 Alternatively a direct interface to the low-level data is provided
-á la strips.  Tiles can be read with
+à la strips.  Tiles can be read with
 :c:func:`TIFFReadEncodedTile` or :c:func:`TIFFReadRawTile`,
 and written with :c:func:`TIFFWriteEncodedTile` or
 :c:func:`TIFFWriteRawTile`. For example, to read all the tiles in an image:
diff --git a/doc/releases/v3.4beta016.rst b/doc/releases/v3.4beta016.rst
index 21a82e16..bb72cce9 100644
--- a/doc/releases/v3.4beta016.rst
+++ b/doc/releases/v3.4beta016.rst
@@ -41,7 +41,7 @@ Library changes
   module so that it can be shared by multiple codecs
 * experimental compression support was added for the Deflate algorithm
   (using the freely available zlib package)
-* a new routine, :c:func:`TIFFWriteBufferSetup` was added á la the
+* a new routine, :c:func:`TIFFWriteBufferSetup` was added à la the
   routine :c:func:`TIFFReadBufferSetup`
 * the DSO version of the library is now statically linked with the
   JPEG and Deflate libraries; this means applications that link against