diff options
author | dgp <dgp@users.sourceforge.net> | 2006-06-16 18:35:55 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-06-16 18:35:55 (GMT) |
commit | 6c03942183382abc669adf13e92e442d84854928 (patch) | |
tree | 77c956323459a0fcd3f207802a9fffe47bd36f84 /generic | |
parent | dcc674aba4c69b06a7d58eda49b79849900750f8 (diff) | |
download | tcl-6c03942183382abc669adf13e92e442d84854928.zip tcl-6c03942183382abc669adf13e92e442d84854928.tar.gz tcl-6c03942183382abc669adf13e92e442d84854928.tar.bz2 |
typo
Diffstat (limited to 'generic')
-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 |