From 3754474cdea72ebe7f09457ef82a5c3131d06b78 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 13 Jun 2015 09:12:34 +0200 Subject: Typos Change-Id: I21c352a63d668c174eef212dbfbe6346c678ce4d --- pyuno/source/module/pyuno_runtime.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyuno') 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() ); } -- cgit