diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qcopchannel.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
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>(). |