From 6a2b67d49c2d24ce6a1317060897c9848ad006cf Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 6 Mar 2004 03:51:52 +0000 Subject: [PATCH] Typo. --- test/check_common_fn.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/check_common_fn.in b/test/check_common_fn.in index b3858176..8c063973 100755 --- a/test/check_common_fn.in +++ b/test/check_common_fn.in @@ -1,6 +1,6 @@ -# $Id: check_common_fn.in,v 1.6 2004/02/29 16:18:53 rocky Exp $ +# $Id: check_common_fn.in,v 1.7 2004/03/06 03:51:52 rocky Exp $ # -# Copyright (C) 2003 Rocky Bernstein +# Copyright (C) 2003, 2004 Rocky Bernstein # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -63,7 +63,7 @@ test_cdinfo() { return 3 fi else - echo "$0: No diff(1) or cmp(1 found - cannot test ${CD_INFO}" + echo "$0: No diff(1) or cmp(1) found - cannot test ${CD_INFO}" rm -f $outfile return 77 fi