summaryrefslogtreecommitdiffstats
path: root/ucb
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-12 15:48:13 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-12 15:56:04 +0200
commitc15913b273c74bbfe7b24f99934e09a3249a81a9 (patch)
tree2b4e4cd175ad2ebcfbfd00a187e1b1e747a73cfe /ucb
parentfdo#71622 compress svg files in ODF (diff)
downloadcore-c15913b273c74bbfe7b24f99934e09a3249a81a9.tar.gz
core-c15913b273c74bbfe7b24f99934e09a3249a81a9.zip
Spelling fix: suported
Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/gvfs/gvfs_content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/gvfs/gvfs_content.cxx b/ucb/source/ucp/gvfs/gvfs_content.cxx
index ef33a856e1b5..80d20502f470 100644
--- a/ucb/source/ucp/gvfs/gvfs_content.cxx
+++ b/ucb/source/ucp/gvfs/gvfs_content.cxx
@@ -406,7 +406,7 @@ uno::Any SAL_CALL Content::execute(
transfer( transferArgs, xEnv );
- } else { // Unsuported
+ } else { // Unsupported
#ifdef DEBUG
g_warning( "Unsupported command: '%s'",
OUStringToGnome( aCommand.Name ) );