summaryrefslogtreecommitdiff
path: root/contrib/pds/tif_pdsdirwrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pds/tif_pdsdirwrite.c')
-rw-r--r--contrib/pds/tif_pdsdirwrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pds/tif_pdsdirwrite.c b/contrib/pds/tif_pdsdirwrite.c
index a670bda1..5c161b79 100644
--- a/contrib/pds/tif_pdsdirwrite.c
+++ b/contrib/pds/tif_pdsdirwrite.c
@@ -124,7 +124,7 @@ static int TIFFWriteRational(TIFF*,
the main, standard TIFF directories that does not apply to special
private subdirectories, so such a reimplementation for the sake of
eliminating redundant or duplicate code is probably not possible,
- unless we also pass in a Main flag to indiciate which type of handling
+ unless we also pass in a Main flag to indicate which type of handling
to do, which would be kind of a hack. I've marked those places where I
changed or ripped out code which would have to be re-inserted to
generalize this function. If it can be done in a clean and graceful way,