From 0ad27f4315f4a3bfde6d8b12e96a531bc49a00e9 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 11 Apr 2007 19:33:28 +0000 Subject: [PATCH] Fix typo. --- v7/src/microcode/makegen/bundles-liarc.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/makegen/bundles-liarc.scm b/v7/src/microcode/makegen/bundles-liarc.scm index d00f0255f..f3b0ba793 100644 --- a/v7/src/microcode/makegen/bundles-liarc.scm +++ b/v7/src/microcode/makegen/bundles-liarc.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: bundles-liarc.scm,v 1.2 2007/04/09 16:42:20 cph Exp $ +$Id: bundles-liarc.scm,v 1.3 2007/04/11 19:33:28 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -28,7 +28,7 @@ USA. ;;;; Bundles for LIARC to be linked into dynamically loadable shared ;;;; objects. -;;; Format: (bundle (package*) source-directoory*) +;;; Format: (bundle (package*) source-directory*) ;;; bundle ::= string ;;; package ::= pathname | (pathname os-type*) ;;; source-directory ::= (pathname exclude-filename*) -- 2.25.1