From 04bdf36ae54c6d093b06f1575f27b4f5244a2857 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Mon, 3 Nov 2014 23:19:57 -0500
Subject: [PATCH] Fix typo in name of one configuration variable.

---
 doc/asdf.texinfo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo
index 61e2e04e..6d373317 100644
--- a/doc/asdf.texinfo
+++ b/doc/asdf.texinfo
@@ -4176,11 +4176,11 @@ These are signalled using generalised instances of
 
 @section Compilation error and warning handling
 @vindex *compile-file-warnings-behaviour*
-@vindex *compile-file-errors-behavior*
+@vindex *compile-file-failure-behaviour*
 
 ASDF checks for warnings and errors when a file is compiled.
 The variables @var{*compile-file-warnings-behaviour*} and
-@var{*compile-file-errors-behavior*}
+@var{*compile-file-failure-behaviour*}
 control the handling of any such events.
 The valid values for these variables are
 @code{:error}, @code{:warn}, and @code{:ignore}.
-- 
GitLab