]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
ptserver-typo-20030309
authorDerrick Brashear <shadow@dementia.org>
Mon, 10 Mar 2003 02:06:34 +0000 (02:06 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 10 Mar 2003 02:06:34 +0000 (02:06 +0000)
"transarction" huh?

src/ptserver/ptprocs.c

index e9613ec61c8a4e2016bca537042a253a45a86658..6fcf703268ea20cee7a4eb90ebd01d085c026d59 100644 (file)
@@ -102,7 +102,7 @@ static stolower();
 extern int IDCmp();
 
 /* When abort, reset initd so that the header is read in on next call.
- * Abort the transarction and return the code.
+ * Abort the transaction and return the code.
  */
 #define ABORT_WITH(tt,code) return(initd=0,ubik_AbortTrans(tt),code)