summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
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() );
}