summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-08-26 17:29:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-08-26 20:52:43 +0200
commite9fa088735bfbd34bc81f1925438691f746db070 (patch)
tree51812ad51f6863a9f597bba555a602c9f59be7af /sysui
parent51f73f35ea61dd81dd3194af50394b98ff1bf8e9 (diff)
boostrap->bootstrap
Change-Id: I3082130a39a55609fa38fbf9a667fb95fe6d60ea Reviewed-on: https://gerrit.libreoffice.org/59612 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sysui')
-rwxr-xr-xsysui/desktop/share/create_tree.sh2
1 files changed, 1 insertions, 1 deletions
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