This commit is contained in:
Jim Derry 2017-10-08 11:53:36 -04:00
parent ad03b28318
commit 6f0ada7ffe
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ static Bool isOptionDeprecated( ctmbstr optName )
}
/* Aubstitute the new option for the deprecated one. */
/* Substitute the new option for the deprecated one. */
static Bool subDeprecatedOption( TidyDocImpl* doc, ctmbstr oldName, ctmbstr oldValue)
{
TidyOptionId newOptId = getOptionReplacement( oldName );