summaryrefslogtreecommitdiffstats
path: root/mac/tclMacLibrary.c
diff options
context:
space:
mode:
authorjingham <jingham@noemail.net>1999-08-15 04:03:52 (GMT)
committerjingham <jingham@noemail.net>1999-08-15 04:03:52 (GMT)
commitf735df4903f7249d247a81b851dfb35d98c20194 (patch)
tree7718a56917b1001fa05207948fcbe18ef2d27127 /mac/tclMacLibrary.c
parent8506e13306bbd90d4989990079c0ea4a9d3c3ff5 (diff)
downloadtcl-f735df4903f7249d247a81b851dfb35d98c20194.zip
tcl-f735df4903f7249d247a81b851dfb35d98c20194.tar.gz
tcl-f735df4903f7249d247a81b851dfb35d98c20194.tar.bz2
Typo in comment
FossilOrigin-Name: 5af29d3264276604e04b0f0d6ba944b4cb2b35ab
Diffstat (limited to 'mac/tclMacLibrary.c')
-rw-r--r--mac/tclMacLibrary.c4
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 $
*/
/*