diff options
-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" |