diff options
| author | dgp@users.sourceforge.net <dgp> | 2006-06-16 18:35:55 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2006-06-16 18:35:55 (GMT) |
| commit | 3cc188bfdb7cf11832d68314aed29dc395f7b324 (patch) | |
| tree | 77c956323459a0fcd3f207802a9fffe47bd36f84 | |
| parent | 170e1b9bf5504943a10cf9176e2687af07caf0fb (diff) | |
| download | tcl-3cc188bfdb7cf11832d68314aed29dc395f7b324.zip tcl-3cc188bfdb7cf11832d68314aed29dc395f7b324.tar.gz tcl-3cc188bfdb7cf11832d68314aed29dc395f7b324.tar.bz2 | |
typo
| -rw-r--r-- | generic/tclInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index c932852..0ef3b96 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -6,13 +6,13 @@ * Copyright (c) 1987-1993 The Regents of the University of California. * Copyright (c) 1993-1997 Lucent Technologies. * Copyright (c) 1994-1998 Sun Microsystems, Inc. - * Copyright (c) 1998-19/99 by Scriptics Corporation. + * Copyright (c) 1998-1999 by Scriptics Corporation. * Copyright (c) 2001, 2002 by Kevin B. Kenny. All rights reserved. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInt.h,v 1.270 2006/04/26 13:42:43 dgp Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.271 2006/06/16 18:35:55 dgp Exp $ */ #ifndef _TCLINT |
