summaryrefslogtreecommitdiff
path: root/sal
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
commitb52e862e8cd3919d09b14a150916b8b20ec0b877 (patch)
treeec5210a5dd5d9996dc55859a1f696527f7cdf00e /sal
parent9dbc7885a5995ae0d2136839a738bb4f2255bcc8 (diff)
fix typo
Diffstat (limited to 'sal')
-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 46a9715b2ffc..1df83e647c69 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" );
}
}