summaryrefslogtreecommitdiff
path: root/docs/Samba3-HOWTO/TOSHARG-glossary.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Samba3-HOWTO/TOSHARG-glossary.xml')
-rw-r--r--docs/Samba3-HOWTO/TOSHARG-glossary.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-glossary.xml b/docs/Samba3-HOWTO/TOSHARG-glossary.xml
index 34b15ee21b..6410e3e0f7 100644
--- a/docs/Samba3-HOWTO/TOSHARG-glossary.xml
+++ b/docs/Samba3-HOWTO/TOSHARG-glossary.xml
@@ -208,7 +208,7 @@
<glossdef><para>
RPCs are a means for executing network operations. The RPC protocol is independent of transport protocols. RPC
does not try to implement any kind of reliability and the application that uses RPCs must be aware of the type
- of transport protocol underneath RPC. An RPC is like a programatic a jump subroutine over a network. RPCs used
+ of transport protocol underneath RPC. An RPC is like a programmatic jump subroutine over a network. RPCs used
in the UNIX environment are specified in RFC 1050. RPC is a powerful technique for constructing distributed,
client-server based applications. It is based on extending the notion of conventional, or local procedure
calling, so that the called procedure need not exist in the same address space as the calling procedure. The