diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-17 00:31:43 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-01-17 12:06:11 +0100 |
commit | c66fe94d3e9cc1394dd4b569a3d8f374208a729b (patch) | |
tree | 2c5a681c0903755e492de63c4f41c9c5d844ee8c /include/osl/file.hxx | |
parent | e7544e2297a7411f5cf724d12566c6a1610866b6 (diff) |
Fix typos
Change-Id: I5fff9ccb1bc74b85ee378439ffa2272583ffcb0f
Reviewed-on: https://gerrit.libreoffice.org/48024
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/osl/file.hxx')
-rw-r--r-- | include/osl/file.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/file.hxx b/include/osl/file.hxx index 73065a4ebcec..f6764f14ed27 100644 --- a/include/osl/file.hxx +++ b/include/osl/file.hxx @@ -412,7 +412,7 @@ class VolumeInfo VolumeInfo( VolumeInfo& ) SAL_DELETED_FUNCTION; - /** Assginment operator. + /** Assignment operator. */ VolumeInfo& operator = ( VolumeInfo& ) SAL_DELETED_FUNCTION; @@ -460,7 +460,7 @@ public: return (_aInfo.uAttributes & osl_Volume_Attribute_Remote) != 0; } - /** Check the removeable flag. + /** Check the removable flag. @return true if attributes are valid and the volume is removable else false. @@ -896,7 +896,7 @@ class File: public FileBase File( File& ) SAL_DELETED_FUNCTION; - /** Assginment operator. + /** Assignment operator. */ File& operator = ( File& ) SAL_DELETED_FUNCTION; |