Typo fixed.
This commit is contained in:
parent
3e6470b479
commit
f6c9c4db41
@ -1,4 +1,4 @@
|
||||
/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/tif_dir.c,v 1.22 2002-04-03 21:04:27 warmerda Exp $ */
|
||||
/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/tif_dir.c,v 1.23 2002-06-14 11:13:14 dron Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988-1997 Sam Leffler
|
||||
@ -497,7 +497,7 @@ _TIFFVSetField(TIFF* tif, ttag_t tag, va_list ap)
|
||||
{
|
||||
TIFFError("TIFFSetField",
|
||||
"%s: Invalid %stag \"%s\" (not supported by codec)",
|
||||
tif->tif_name, isPseudoTag(tag) ? "pseduo-" : "",
|
||||
tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "",
|
||||
_TIFFFieldWithTag(tif, tag)->field_name);
|
||||
status = 0;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user