summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/rpc/pyrpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/pyrpc.c b/source4/librpc/rpc/pyrpc.c
index f1303ad38a6..bcbd94714d0 100644
--- a/source4/librpc/rpc/pyrpc.c
+++ b/source4/librpc/rpc/pyrpc.c
@@ -218,7 +218,7 @@ static PyGetSetDef dcerpc_interface_getsetters[] = {
{
.name = discard_const_p(char, "transfer_syntax"),
.get = py_iface_transfer_syntax,
- .doc = discard_const_p(char, "syntax id of the transfersyntax"),
+ .doc = discard_const_p(char, "syntax id of the transfer syntax"),
},
{
.name = discard_const_p(char, "session_key"),