diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:16:18 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:19 +0100 |
commit | 45d38ff6c4e7026beb01463da52708a8824cdec0 (patch) | |
tree | 71969bbdceaad0555271ee4385af6d9db54230a0 /ucb/source/ucp/file | |
parent | ee1de9427614a99cdbfe3a122db74e30f93d07d2 (diff) |
typo: tranfer -> transfer
Diffstat (limited to 'ucb/source/ucp/file')
-rw-r--r-- | ucb/source/ucp/file/filglob.cxx | 2 |
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 ); } |