diff options
author | jingham <jingham> | 1999-08-15 04:03:52 (GMT) |
---|---|---|
committer | jingham <jingham> | 1999-08-15 04:03:52 (GMT) |
commit | e4097bf37af7e85c0866510c52d6f775637eeb76 (patch) | |
tree | 7718a56917b1001fa05207948fcbe18ef2d27127 | |
parent | a68fb83f3a0ddf20cf49ad435a61c41cfc0dd1f3 (diff) | |
download | tcl-e4097bf37af7e85c0866510c52d6f775637eeb76.zip tcl-e4097bf37af7e85c0866510c52d6f775637eeb76.tar.gz tcl-e4097bf37af7e85c0866510c52d6f775637eeb76.tar.bz2 |
Typo in comment
-rw-r--r-- | mac/tclMacLibrary.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tclMacLibrary.c b/mac/tclMacLibrary.c index ea84b9d..99fdf72 100644 --- a/mac/tclMacLibrary.c +++ b/mac/tclMacLibrary.c @@ -2,7 +2,7 @@ * tclMacLibrary.c -- * * This file should be included in Tcl extensions that want to - * automatically oepn their resource forks when the code is linked. + * automatically open their resource forks when the code is linked. * These routines should not be exported but should be compiled * locally by each fragment. Many thanks to Jay Lieske * <lieske@princeton.edu> who provide an initial version of this @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMacLibrary.c,v 1.2 1998/09/14 18:40:05 stanton Exp $ + * RCS: @(#) $Id: tclMacLibrary.c,v 1.3 1999/08/15 04:03:52 jingham Exp $ */ /* |