libtiff: Use "codec" rather than "coded"

https://github.com/libsdl-org/libtiff/commit/6b3ed089166b42236e89ad4ecd3b27b55c34ed24

From 6b3ed089166b42236e89ad4ecd3b27b55c34ed24 Mon Sep 17 00:00:00 2001
From: Bob Friesenhahn <[EMAIL REDACTED]>
Date: Tue, 2 Aug 2011 14:10:23 +0000
Subject: [PATCH] Use "codec" rather than "coded"

---
 man/TIFFcodec.3tiff | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/TIFFcodec.3tiff b/man/TIFFcodec.3tiff
index 569389fe..44b6ffa6 100644
--- a/man/TIFFcodec.3tiff
+++ b/man/TIFFcodec.3tiff
@@ -1,4 +1,4 @@
-.\" $Id: TIFFcodec.3tiff,v 1.2 2005-11-02 11:07:18 dron Exp $
+.\" $Id: TIFFcodec.3tiff,v 1.2.2.1 2011-08-02 14:10:23 bfriesen Exp $
 .\"
 .\" Copyright (c) 1995 Sam Leffler
 .\" Copyright (c) 1995 Silicon Graphics, Inc.
@@ -61,7 +61,7 @@ If the specified
 already has a registered codec then it is
 .I overridden
 and any images with data encoded with this
-compression scheme will be decoded using the supplied coded.
+compression scheme will be decoded using the supplied codec.
 .PP
 .I TIFFIsCODECConfigured
 returns 1 if the codec is configured and working. Otherwise 0 will be returned.