diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-17 17:20:05 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-17 18:17:10 +0100 |
commit | 2217ed149a6f4a4a3d11d2064112c4791106e994 (patch) | |
tree | d8687ff10c114110b008cfb9a28fe0cedf309d93 | |
parent | 532c4af5efce928245d22eb74e159bca8c7c3839 (diff) |
Fix typos
Change-Id: I2671a0faf78d8ece27aaa88082a60f19197e929f
Reviewed-on: https://gerrit.libreoffice.org/85314
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rwxr-xr-x | bin/symstore.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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" |