summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file_volume.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-05-15 21:03:39 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-05-15 21:03:39 +0900
commit3f8107fa1a2faf327beebec7c6d050db4e6ae92c (patch)
treec485f8d6367001ca3a0c81d1426f3ce98490e828 /sal/osl/unx/file_volume.cxx
parentdba1bd6d21f55c3214bf4431f1c2fe4e82ea6e8c (diff)
fix typo
Diffstat (limited to 'sal/osl/unx/file_volume.cxx')
-rw-r--r--sal/osl/unx/file_volume.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/file_volume.cxx b/sal/osl/unx/file_volume.cxx
index 94e817713..eb909eb4a 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" );
}
}