summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-13 09:12:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-13 09:13:52 +0200
commit3754474cdea72ebe7f09457ef82a5c3131d06b78 (patch)
treebc2ce16e15475dda27d89f61d8cb2b0558df27ed /pyuno
parentd56b125f6c6c18ac40712cefc3cec06530750e15 (diff)
Typos
Change-Id: I21c352a63d668c174eef212dbfbe6346c678ce4d
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 2509997977a1..8b927a6c2514 100644
--- a/pyuno/source/module/pyuno_runtime.cxx
+++ b/pyuno/source/module/pyuno_runtime.cxx
@@ -487,7 +487,7 @@ PyRef Runtime::any2PyObject (const Any &a ) const
if( ! ret.is() )
{
OUStringBuffer buf;
- buf.appendAscii( "Couldn't instantiate python representation of structered UNO type " );
+ buf.appendAscii( "Couldn't instantiate python representation of structured UNO type " );
buf.append( a.getValueType().getTypeName() );
throw RuntimeException( buf.makeStringAndClear() );
}