update copyright, fix comment typo
authorKen Raeburn <raeburn@mit.edu>
Thu, 24 Jun 2004 22:46:21 +0000 (22:46 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 24 Jun 2004 22:46:21 +0000 (22:46 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16514 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/cc_file.c

index be627e116a216d8df7130995dfe8c722ef530cbc..1b495edca1ebffc49441e4a364f24b5295673ef0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * lib/krb5/ccache/cc_file.c
  *
- * Copyright 1990,1991,1992,1993,1994,2000 by the Massachusetts Institute of Technology.
+ * Copyright 1990,1991,1992,1993,1994,2000,2004 Massachusetts Institute of Technology.
  * All Rights Reserved.
  *
  * Original stdio support copyright 1995 by Cygnus Support.
@@ -30,7 +30,7 @@
  */
 
 /*
-If OPENCLOSE is defined, ecah of the functions opens and closes the
+If OPENCLOSE is defined, each of the functions opens and closes the
 file whenever it needs to access it.  Otherwise, the file is opened
 once in initialize and closed once is close.