bin/symstore.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 2217ed149a6f4a4a3d11d2064112c4791106e994 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Dec 17 17:20:05 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Tue Dec 17 18:17:10 2019 +0100 Fix typos Change-Id: I2671a0faf78d8ece27aaa88082a60f19197e929f Reviewed-on: https://gerrit.libreoffice.org/85314 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/bin/symstore.sh b/bin/symstore.sh index 564739a0279f..9809c5554c8a 100755 --- a/bin/symstore.sh +++ b/bin/symstore.sh @@ -11,10 +11,10 @@ BLACK_LIST="python.exe" # List files here where it's ok for this script to find more than one -# occurence in the build tree. Files _not_ included here will generate +# occurrence in the build tree. Files _not_ included here will generate # an error, if duplicates are found. # -# Same format as for BLACK_LIST above above +# Same format as for BLACK_LIST above MOREPDBS_OKLIST="libcurl.dll" _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
