diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:41:24 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:54 +0200 |
commit | b8239ac2f96a2e9fde3c51148f8ed7c38b019cb5 (patch) | |
tree | 40948a4fe95ff444778fdff8db5bd7c12cc79a9b /cli_ure/source | |
parent | 8d202fa72f024529092b24197f9b5d28d4c1f6d1 (diff) |
typo: noone -> no one
Diffstat (limited to 'cli_ure/source')
-rw-r--r-- | cli_ure/source/uno_bridge/cli_bridge.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli_ure/source/uno_bridge/cli_bridge.cxx b/cli_ure/source/uno_bridge/cli_bridge.cxx index c9dcb87fe346..4b1a3088ce35 100644 --- a/cli_ure/source/uno_bridge/cli_bridge.cxx +++ b/cli_ure/source/uno_bridge/cli_bridge.cxx @@ -172,8 +172,8 @@ namespace cli_uno I doubt that the case that the ref count raises from 0 to 1 can occur. uno_ext_getMapping returns an acquired mapping. Every time that function is called then a new mapping is created. Following the - rules of ref counted objects, then if the ref count is null noone has - a reference to the object anymore. Hence noone can call acquire. If someone + rules of ref counted objects, then if the ref count is null no one has + a reference to the object anymore. Hence no one can call acquire. If someone calls acquire then they must have kept an unacquired pointer which is illegal. */ |