summaryrefslogtreecommitdiff
path: root/stoc/source/javavm/javavm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/javavm/javavm.cxx')
-rw-r--r--stoc/source/javavm/javavm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx
index d105f344aa9e..03811aba78a6 100644
--- a/stoc/source/javavm/javavm.cxx
+++ b/stoc/source/javavm/javavm.cxx
@@ -869,7 +869,7 @@ JavaVirtualMachine::getJavaVM(css::uno::Sequence< sal_Int8 > const & rProcessId)
{
//If the creation failed because the JRE has been uninstalled then
//we search another one. As long as there is a javaldx, we should
- //never come into this situation. javaldx checks alway if the JRE
+ //never come into this situation. javaldx checks always if the JRE
//still exist.
JavaInfo * pJavaInfo = NULL;
if (JFW_E_NONE == jfw_getSelectedJRE(&pJavaInfo))