From 6f0ada7ffe4cbe1ecde0106d196b5207b0f69f98 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Sun, 8 Oct 2017 11:53:36 -0400 Subject: [PATCH] Typo --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index d6fce63..ca4669f 100644 --- a/src/config.c +++ b/src/config.c @@ -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 );