From: Mitchell Berger Date: Wed, 20 Jun 2001 03:47:06 +0000 (+0000) Subject: * design.tex: Silly typo fixed X-Git-Tag: krb5-1.3-alpha1~1374 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1545e1f1a73f7b56899c4387c2adac9966a41878;p=krb5.git * design.tex: Silly typo fixed git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13393 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/rpc/design.tex b/doc/rpc/design.tex index 0ccee4707..fbd60f914 100644 --- a/doc/rpc/design.tex +++ b/doc/rpc/design.tex @@ -375,7 +375,7 @@ is to arrange to deserialize the function results explicitly: Since xdr_void does not read any data from the XDR stream, the function results are still available when AUTH_UNWRAP is called. Note -that AUTH_UNWRAP should only be called on {\it successfull} calls; if +that AUTH_UNWRAP should only be called on {\it successful} calls; if the reply message status is not RPC_SUCCESS there are no arguments to read.