summaryrefslogtreecommitdiffstats
path: root/include/uno
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-23 20:30:11 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-23 20:30:11 +0200
commitcf92da3d6e1de14756efe3f1ee79f393a2f3787d (patch)
treee459cecb503f3de8550c078e01a4a3634ca3fb5f /include/uno
parentvcl: fix window vs buffer map mode mismatch in PaintHelper (diff)
downloadcore-cf92da3d6e1de14756efe3f1ee79f393a2f3787d.tar.gz
core-cf92da3d6e1de14756efe3f1ee79f393a2f3787d.zip
Typo: iff->if
Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3
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 d4bde04d077e..c324641c6291 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, iff no exception is signalled.
+ value will be constructed by the callee, if 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.