diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-01-16 09:20:18 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-01-16 09:20:18 (GMT) |
commit | 0888377521223161e6ecfd721eee0bf116bf9c60 (patch) | |
tree | 872807cce4651d04f909a2b5ca4357312914ae97 | |
parent | 78e0aeb4c44e3de13b384f1415c4cbecca58fcda (diff) | |
download | tcl-0888377521223161e6ecfd721eee0bf116bf9c60.zip tcl-0888377521223161e6ecfd721eee0bf116bf9c60.tar.gz tcl-0888377521223161e6ecfd721eee0bf116bf9c60.tar.bz2 |
[Bug 2512659] patch for typo applied
-rw-r--r-- | generic/tcl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index dc8d3f7..d90115e 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -1,3 +1,4 @@ + /* * tcl.h -- * @@ -13,7 +14,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.286 2009/01/06 09:49:38 dkf Exp $ + * RCS: @(#) $Id: tcl.h,v 1.287 2009/01/16 09:20:18 patthoyts Exp $ */ #ifndef _TCL @@ -327,7 +328,7 @@ typedef long LONG; #endif /* - * Darwin specifc configure overrides (to support fat compiles, where + * Darwin specific configure overrides (to support fat compiles, where * configure runs only once for multiple architectures): */ |