diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-18 12:37:04 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-18 09:35:43 +0000 |
commit | 23af031b09dffe37222517d69f5337db26fdb307 (patch) | |
tree | ae1219ec20ccacd0fe9fdc0fc539e5b8f41420d3 /pyuno | |
parent | 78e9ba6febb7402d4661fbf7934a2526efc8629a (diff) |
Fix typos in comments
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/inc/pyuno/pyuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/inc/pyuno/pyuno.hxx b/pyuno/inc/pyuno/pyuno.hxx index 3b2a4b785818..e62563e80afc 100644 --- a/pyuno/inc/pyuno/pyuno.hxx +++ b/pyuno/inc/pyuno/pyuno.hxx @@ -51,7 +51,7 @@ namespace pyuno /** Helper class for keeping references to python objects. BEWARE: Look up every python function you use to check - wether you get an acquired or not acquired object pointer + whether you get an acquired or not acquired object pointer (python terminus for a not acquired object pointer is 'borrowed reference'). Use in the acquired pointer cases the PyRef( pointer, SAL_NO_ACQUIRE) ctor. |