clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL
Apache License 2.0
839 stars 240 forks source link

Spelling errors in binaries #265

Closed ghisvail closed 7 years ago

ghisvail commented 8 years ago

Whilst working on the Debian packaging, our linting tool detected and reported the following spelling errors:

I: libclblas2: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libclBLAS.so.2.10.0 dont don't
I: libclblas2: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libclBLAS.so.2.10.0 dont't don't
I: libclblas2: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libclBLAS.so.2.10.0 parantheses parentheses
I: libclblas2: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libclBLAS.so.2.10.0 yeild yield

which you guys might want to fix later.