diff options
Diffstat (limited to 'doc/html/qcopchannel.html')
-rw-r--r-- | doc/html/qcopchannel.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qcopchannel.html b/doc/html/qcopchannel.html index 44b9b6602..4de884fb5 100644 --- a/doc/html/qcopchannel.html +++ b/doc/html/qcopchannel.html @@ -122,7 +122,7 @@ This example assumes that the <em>msg</em> is a DCOP-style function signature and the <em>data</em> contains the function's arguments. (See <a href="#send">send</a>().) <p> Using the DCOP convention is a recommendation, but not a -retquirement. Whatever convention you use the sender and receiver +requirement. Whatever convention you use the sender and receiver <em>must</em> agree on the argument types. <p> <p>See also <a href="#send">send</a>(). @@ -154,7 +154,7 @@ functionname(types) where types is a list of zero or more comma-separated type names, with no whitespace, no consts and no pointer or reference marks, i.e. no "*" or "&". <p> Using the DCOP convention is a recommendation, but not a -retquirement. Whatever convention you use the sender and receiver +requirement. Whatever convention you use the sender and receiver <em>must</em> agree on the argument types. <p> <p>See also <a href="#receive">receive</a>(). |