summaryrefslogtreecommitdiffstats
path: root/include/uno
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-18 21:58:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-18 21:58:31 +0200
commit52ef15cbdb428596b562dbbbc92ae2fcf3473890 (patch)
treee2a73ce67c78e310a41e55d2873667d9f4d20e27 /include/uno
parenttdf#107176: just return initial selection when there's no range (diff)
downloadcore-52ef15cbdb428596b562dbbbc92ae2fcf3473890.tar.gz
core-52ef15cbdb428596b562dbbbc92ae2fcf3473890.zip
Revert "Fix typos"
This reverts commit 26a67002fcb9381b54de6cae1aaa37120d49066a. "Iff" is not a typo, see 2a65bf32ec270484dcea4d22d3c93552dc0c24dd "Revert 'Typo: iff->if'".
Diffstat (limited to 'include/uno')
-rw-r--r--include/uno/dispatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uno/dispatcher.h b/include/uno/dispatcher.h
index c324641c6291..d4bde04d077e 100644
--- a/include/uno/dispatcher.h
+++ b/include/uno/dispatcher.h
@@ -31,7 +31,7 @@ struct _typelib_TypeDescription;
struct _uno_Interface;
/** Function pointer declaration for the binary C uno dispatch function. Any pure out or return
- value will be constructed by the callee, if no exception is signalled.
+ value will be constructed by the callee, iff no exception is signalled.
If an exception is signalled, the any *ppException is properly constructed by the callee,
otherwise the pointer *ppException is set to 0.
An attribute get call is indicated by a non-null return pointer.