summaryrefslogtreecommitdiff
path: root/tools/source/stream/strmunx.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/stream/strmunx.cxx')
-rw-r--r--tools/source/stream/strmunx.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx
index ac50988a81f2..35c5abd4ef8f 100644
--- a/tools/source/stream/strmunx.cxx
+++ b/tools/source/stream/strmunx.cxx
@@ -464,7 +464,7 @@ void SvFileStream::Open( const OUString& rFilename, StreamMode nOpenMode )
Close();
errno = 0;
m_eStreamMode = nOpenMode;
- m_eStreamMode &= ~StreamMode::TRUNC; // don't truncat on reopen
+ m_eStreamMode &= ~StreamMode::TRUNC; // don't truncate on reopen
aFilename = rFilename;