vcl/android/androidinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3c5d1078208f997f21efe7222453ba3b2f49190e Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Dec 12 22:38:16 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Dec 12 23:13:42 2019 +0100 Fix typo Change-Id: Ifbd91583d745d021b3bfb2168bf84f785c8a05c8 Reviewed-on: https://gerrit.libreoffice.org/85082 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx index ddc6e92d55f3..94e5f4227344 100644 --- a/vcl/android/androidinst.cxx +++ b/vcl/android/androidinst.cxx @@ -57,7 +57,7 @@ AndroidSalInstance *AndroidSalInstance::getInstance() AndroidSalInstance::AndroidSalInstance( std::unique_ptr<SalYieldMutex> pMutex ) : SvpSalInstance( std::move(pMutex) ) { - // FIXME: remove when uniPoll & runLoop is the only android entry poit. + // FIXME: remove when uniPoll & runLoop is the only Android entry point. int res = (lo_get_javavm())->AttachCurrentThread(&m_pJNIEnv, NULL); LOGI("AttachCurrentThread res=%d env=%p", res, m_pJNIEnv); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
