summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--javaunohelper/com/sun/star/comp/helper/Bootstrap.java2
-rwxr-xr-xsysui/desktop/share/create_tree.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
index a2d43bcfdaa1..edf21d7d2adf 100644
--- a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
+++ b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
@@ -175,7 +175,7 @@ public class Bootstrap {
* See also UNOIDL <code>com.sun.star.lang.ServiceManager</code>.
*
* @throws Exception if things go awry.
- * @return a freshly boostrapped service manager
+ * @return a freshly bootstrapped service manager
*/
public static XMultiServiceFactory createSimpleServiceManager() throws Exception
{
diff --git a/sysui/desktop/share/create_tree.sh b/sysui/desktop/share/create_tree.sh
index 6812d97d9de0..9fc2b998c86f 100755
--- a/sysui/desktop/share/create_tree.sh
+++ b/sysui/desktop/share/create_tree.sh
@@ -57,7 +57,7 @@ mkdir -p "${DESTDIR}/${BINDIR}"
test -n "${OFFICE_PREFIX}" && office_prefix="${OFFICE_PREFIX}" || office_prefix=/opt
office_root=${office_prefix}/${PREFIX}
-#this symlink is needed to have the API boostrap functions running right
+#this symlink is needed to have the API bootstrap functions running right
ln -sf "${office_root}/program/soffice" "${DESTDIR}/${BINDIR}/${PREFIX}"
if test "${PREFIX}" != libreoffice${PRODUCTVERSION} -a "${PREFIX}" != libreofficedev${PRODUCTVERSION} ; then