summaryrefslogtreecommitdiffstats
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/shell.cxx2
-rw-r--r--ucb/source/ucp/ftp/ftpurl.hxx2
-rw-r--r--ucb/source/ucp/gio/gio_content.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/shell.cxx b/ucb/source/ucp/file/shell.cxx
index 87b9f5ac722c..e9d311182560 100644
--- a/ucb/source/ucp/file/shell.cxx
+++ b/ucb/source/ucp/file/shell.cxx
@@ -2319,7 +2319,7 @@ shell::commit( const shell::ContentMap::iterator& it,
}
else
{
- // extremly ugly, but otherwise default construction
+ // extremely ugly, but otherwise default construction
// of aDirItem and aFileStatus2
// before the preciding if
isVolume = osl::FileStatus::Volume == aFileStatus.getFileType();
diff --git a/ucb/source/ucp/ftp/ftpurl.hxx b/ucb/source/ucp/ftp/ftpurl.hxx
index 2a49e3d5b181..3b83f6d692e6 100644
--- a/ucb/source/ucp/ftp/ftpurl.hxx
+++ b/ucb/source/ucp/ftp/ftpurl.hxx
@@ -121,7 +121,7 @@ namespace ftp {
throw(curl_exception);
// returns a pointer to an open tempfile,
- // seeked to the beginning of.
+ // sought to the beginning of.
oslFileHandle open() throw(curl_exception);
FTPDirentry direntry() const
diff --git a/ucb/source/ucp/gio/gio_content.cxx b/ucb/source/ucp/gio/gio_content.cxx
index 294c1d87293a..62e44d33fcf9 100644
--- a/ucb/source/ucp/gio/gio_content.cxx
+++ b/ucb/source/ucp/gio/gio_content.cxx
@@ -132,7 +132,7 @@ void SAL_CALL Content::abort( sal_Int32 /*CommandId*/ )
throw( uno::RuntimeException, std::exception )
{
//TODO
- //stick a map from each CommandId to a new GCancellable and propogate
+ //stick a map from each CommandId to a new GCancellable and propagate
//it throughout the g_file_* calls
}