summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/qa/complex/framework/recovery/RecoveryTools.java2
-rw-r--r--odk/examples/cpp/Draw/Draw.cxx2
2 files changed, 2 insertions, 2 deletions
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);
}