[Libreoffice-commits] .: sal/osl

Takeshi Abe tabe at kemper.freedesktop.org
Sun May 15 05:20:28 PDT 2011


 sal/osl/unx/file_volume.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3f8107fa1a2faf327beebec7c6d050db4e6ae92c
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Sun May 15 21:03:39 2011 +0900

    fix typo

diff --git a/sal/osl/unx/file_volume.cxx b/sal/osl/unx/file_volume.cxx
index 94e8177..eb909eb 100644
--- a/sal/osl/unx/file_volume.cxx
+++ b/sal/osl/unx/file_volume.cxx
@@ -426,7 +426,7 @@ oslFileError osl_unmountVolumeDevice( oslVolumeDeviceHandle Handle )
 
             tErr = osl_unmountFloppy(Handle);
 
-            OSL_ENSURE( tErr, "osl_unmountvolumeDevice: CWD was set to volume mount point" );
+            OSL_ENSURE( tErr, "osl_unmountVolumeDevice: CWD was set to volume mount point" );
         }
     }
 


More information about the Libreoffice-commits mailing list