summaryrefslogtreecommitdiff
path: root/ucb/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:16:18 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:19 +0100
commit45d38ff6c4e7026beb01463da52708a8824cdec0 (patch)
tree71969bbdceaad0555271ee4385af6d9db54230a0 /ucb/source
parentee1de9427614a99cdbfe3a122db74e30f93d07d2 (diff)
typo: tranfer -> transfer
Diffstat (limited to 'ucb/source')
-rw-r--r--ucb/source/ucp/file/filglob.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filglob.cxx b/ucb/source/ucp/file/filglob.cxx
index 143724ba6fb4..bc19533b0b55 100644
--- a/ucb/source/ucp/file/filglob.cxx
+++ b/ucb/source/ucp/file/filglob.cxx
@@ -791,7 +791,7 @@ namespace fileaccess {
{
aAny <<=
InteractiveBadTransferURLException(
- OUString( "bad tranfer url"),
+ OUString( "bad transfer url"),
xComProc);
cancelCommandExecution( aAny,xEnv );
}