diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-05-24 20:57:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-05-25 08:57:24 +0100 |
commit | c877cb39f176a9bb1a65c1844a495762ef635100 (patch) | |
tree | adf73a178bd2036e406ffe1fe4d7b4ff8c085f93 /sal | |
parent | 693d7797ac3b1080803f89758d008d2d4c3b175f (diff) |
fix flaggs typo
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/osl/file.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx index f66093a9e2c2..bf9547655586 100644 --- a/sal/inc/osl/file.hxx +++ b/sal/inc/osl/file.hxx @@ -466,7 +466,7 @@ public: /** Constructor. @param nMask - Set of flaggs decribing the demanded information. + Set of flags decribing the demanded information. */ VolumeInfo( sal_uInt32 nMask ): _nMask( nMask ) @@ -714,7 +714,7 @@ public: /** Constructor. @param nMask - Set of flaggs decribing the demanded information. + Set of flags decribing the demanded information. */ FileStatus( sal_uInt32 nMask ): _nMask( nMask ) |