framework/qa/complex/framework/recovery/RecoveryTools.java | 2 +- odk/examples/cpp/Draw/Draw.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 031f7527f477e0e5561b2de26725d6e45f344c93 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jan 18 10:44:33 2023 +0100 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Wed Jan 18 11:28:31 2023 +0000 Fix typo Change-Id: Ifc9748fc33c72ad6e0cb334ca22ebb8b488164c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145710 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/framework/qa/complex/framework/recovery/RecoveryTools.java b/framework/qa/complex/framework/recovery/RecoveryTools.java index 3a9451250049..cb0183caf455 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTools.java +++ b/framework/qa/complex/framework/recovery/RecoveryTools.java @@ -156,7 +156,7 @@ public class RecoveryTools { if (userPath.equals(""))userPath = utils.expandMacro(xMSF, "${$ORIGIN/bootstrap.ini:UserInstallation}"); System.out.println("userPath:'" + userPath + "'"); - if (userPath.equals("")) throw new com.sun.star.io.IOException("could not get user path at bootstraping"); + if (userPath.equals("")) throw new com.sun.star.io.IOException("could not get user path at bootstrapping"); String recoveryFolder = utils.getSystemURL(userPath + "/user/backup"); diff --git a/odk/examples/cpp/Draw/Draw.cxx b/odk/examples/cpp/Draw/Draw.cxx index 843bdd553346..baed25444155 100644 --- a/odk/examples/cpp/Draw/Draw.cxx +++ b/odk/examples/cpp/Draw/Draw.cxx @@ -66,7 +66,7 @@ int main() } catch (Exception& e) { - std::cout << "Error: cannot do bootstraping." << std::endl << e.Message << std::endl; + std::cout << "Error: cannot do bootstrapping." << std::endl << e.Message << std::endl; exit(1); }