From d71bcc4dc5025ea24944454908098269cfd095a3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 13 Nov 2017 00:20:20 +0100 Subject: Fix typos Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91 Reviewed-on: https://gerrit.libreoffice.org/44654 Tested-by: Jenkins Reviewed-by: Mark Page --- include/jvmfwk/framework.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/jvmfwk/framework.hxx') diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx index 63062849fb0c..a9b59267eccc 100644 --- a/include/jvmfwk/framework.hxx +++ b/include/jvmfwk/framework.hxx @@ -145,7 +145,7 @@

A note about bootstrap parameters. The implementation of the bootstrap parameter mechanism interprets the characters '\', '$', '{', '}' as - escape characters. Thats why the Windows path contain double back-slashes. + escape characters. That's why the Windows path contain double back-slashes. One should also take into account that a console may have also special escape characters.

-- cgit