diff options
author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2019-01-18 10:57:51 +1300 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2019-01-28 10:29:26 +0100 |
commit | 1c4ba8e93a4e79e1f32cbc10248f57f294ff02b0 (patch) | |
tree | 4b9d5674b9d5c698e522222d7b28c106a9872e2d /source4 | |
parent | 6a332618b67987f1c5ff659c9ffbd348cd1fd2a2 (diff) | |
download | samba-1c4ba8e93a4e79e1f32cbc10248f57f294ff02b0.tar.gz |
pyrpc: typo in transfer syntax docstring
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/rpc/pyrpc.c | 2 |
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"), |