summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMitchell Berger <mitchb@mit.edu>2001-06-20 03:47:06 +0000
committerMitchell Berger <mitchb@mit.edu>2001-06-20 03:47:06 +0000
commit1545e1f1a73f7b56899c4387c2adac9966a41878 (patch)
tree89a4406bb833dffbef08fed9c90f4a7535e1d4fd /doc
parent6a0a6f1757224a2b2a1e9e973f92de0fcb542f90 (diff)
downloadkrb5-1545e1f1a73f7b56899c4387c2adac9966a41878.tar.gz
krb5-1545e1f1a73f7b56899c4387c2adac9966a41878.tar.xz
krb5-1545e1f1a73f7b56899c4387c2adac9966a41878.zip
* design.tex: Silly typo fixed
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13393 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
-rw-r--r--doc/rpc/design.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rpc/design.tex b/doc/rpc/design.tex
index 0ccee4707e..fbd60f9144 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.