summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xbase.cxx b/connectivity/source/drivers/postgresql/pq_xbase.cxx
index 50c557ea1d62..fdbc11428757 100644
--- a/connectivity/source/drivers/postgresql/pq_xbase.cxx
+++ b/connectivity/source/drivers/postgresql/pq_xbase.cxx
@@ -121,7 +121,7 @@ void ReflectionBase::setPropertyValue_NoBroadcast_public(
if( -1 == nHandle )
{
rtl::OUStringBuffer buf(128);
- buf.appendAscii( "Unkown property '" );
+ buf.appendAscii( "Unknown property '" );
buf.append( name );
buf.appendAscii( "' in " );
buf.append( m_implName );