ibm-s390-linux / s390-tools

Tools for use with the s390 Linux kernel and device drivers
MIT License
62 stars 58 forks source link

Fixed typos in code and man page files that were reported by (Debian) lintian #168

Closed frank-heimes closed 3 weeks ago

frank-heimes commented 1 month ago

The changes here fix the following lintian reports: I: s390-tools: spelling-error-in-binary "allow to" "allow one to" [usr/sbin/chreipl] I: s390-tools: spelling-error-in-binary Unknow Unknown [usr/sbin/ziomon_mgr] I: s390-tools: spelling-error-in-binary Unknow Unknown [usr/sbin/ziorep_traffic] I: s390-tools: spelling-error-in-binary Unknow Unknown [usr/sbin/ziorep_utilization] I: s390-tools: spelling-error-in-binary interal internal [usr/bin/cmsfs-fuse] I: s390-tools: spelling-error-in-binary speficied specified [sbin/tape390_crypt] I: s390-tools-zkey: spelling-error-in-binary explicitely explicitly [usr/libexec/zkey/zkey-ekmfweb.so] I: s390-tools-zkey: spelling-error-in-binary faild failed [usr/bin/zkey] I: s390-tools: typo-in-manual-page colums columns [usr/share/man/man8/lszdev.8.gz:89] I: s390-tools: typo-in-manual-page occurence occurrence [usr/share/man/man8/zpcictl.8.gz:93]

hoeppnerj commented 1 month ago

Thanks @frank-heimes ! I'll pull the patch and take the liberty to adapt the commit message a little to not drag out his trivial PR too much. For future patches please use imperative mood in the commit description (e.g. "Fix typos in..."). See also https://docs.kernel.org/process/submitting-patches.html#describe-your-changes

frank-heimes commented 1 month ago

Yes of course, please take the freedom to adapt. (I did the PR a bit in a rush - imperative is what I / we usually use as well ...)