summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:23:08 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-02 12:32:05 +0000
commitb068d9fb8d29e06ff652b1493605cea22a9199f3 (patch)
treec504f24e8d0ba3acb58a9e793cd8e7f83db47f58 /pyuno
parentd6ac6475a5f0304e0d9b770a5f8ec98f425e59b6 (diff)
Fix typos
Change-Id: I35eeb71f4f698e39b7b0d98e3cb30657a64a611a Reviewed-on: https://gerrit.libreoffice.org/34802 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/pyuno_runtime.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_runtime.cxx b/pyuno/source/module/pyuno_runtime.cxx
index 0238c586577a..4f922d23621b 100644
--- a/pyuno/source/module/pyuno_runtime.cxx
+++ b/pyuno/source/module/pyuno_runtime.cxx
@@ -501,7 +501,7 @@ PyRef Runtime::any2PyObject (const Any &a ) const
Sequence< sal_Int8 > byteSequence;
if( a >>= byteSequence )
{
- // byte sequence is treated in a special way because of peformance reasons
+ // byte sequence is treated in a special way because of performance reasons
// @since 0.9.2
return PyRef( PyUNO_ByteSequence_new( byteSequence, *this ), SAL_NO_ACQUIRE );
}