From 18316a11cdde744475a2c15db96ee98462d78b26 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@sift.net>
Date: Thu, 19 Nov 2015 11:42:03 -0600
Subject: [PATCH] abcl-jar -> asdf-jar

Fix for ticket 1517799.
---
 doc/asdf.texinfo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo
index a413d70e3..39d7d1245 100644
--- a/doc/asdf.texinfo
+++ b/doc/asdf.texinfo
@@ -1941,7 +1941,7 @@ Both a system's structure and the operations that can be performed on systems
 follow a extensible protocol, allowing programmers to add new behaviours to ASDF.
 For example, @code{cffi} adds support for special FFI description files
 that interface with C libraries and for wrapper files that embed C code in Lisp.
-@code{abcl-jar} supports creating Java JAR archives in ABCL.
+@code{asdf-jar} supports creating Java JAR archives in ABCL.
 @code{poiu} supports compiling code in parallel using background processes.
 
 The key classes in ASDF are @code{component} and @code{operation}.
-- 
GitLab