summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:14:42 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:24 +0200
commit3bd26180c649a40251cdc12065fea91544a26906 (patch)
tree42e1c74eebdc3eca0d3026284929c9d71523dd7f /tools
parent5e378e331e53fe921f276af44d972bd837dc14fa (diff)
typo: nummer -> number
Diffstat (limited to 'tools')
-rw-r--r--tools/source/ref/pstm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/ref/pstm.cxx b/tools/source/ref/pstm.cxx
index 1c518983c0ef..c83f30622f42 100644
--- a/tools/source/ref/pstm.cxx
+++ b/tools/source/ref/pstm.cxx
@@ -554,7 +554,7 @@ sal_uInt32 SvPersistStream::ReadObj
rpObj = NULL; // specification: 0 in case of error
ReadId( *this, nHdr, nId, nClassId );
- // get version nummer through masking
+ // get version number through masking
if( P_VER < (nHdr & P_VER_MASK) )
{
SetError( SVSTREAM_FILEFORMAT_ERROR );