View Issue Details

IDProjectCategoryView StatusLast Update
0000236fileGeneralpublic2021-02-23 00:52
Reporterjschleus Assigned Tochristos  
PrioritylowSeveritytrivialReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version5.39 
Fixed in Version5.40 
Summary0000236: Codespell report for "file" (on fossies.org)
DescriptionI am the administrator of the FOSS server fossies.org that supports (and uses !) also the "file" project and offers among others a feature named "Source code misspelling reports":

 https://fossies.org/features.html#codespell

Such reports are normally only generated on request, but as Fossies administrator I have just created (animated by another "file" issue I have just opened) such an analysis also for the "file" project:

 https://fossies.org/linux/misc/file/codespell.html

That version-independent (not linked) URL should redirect always to the last report (if available), so currently to

 https://fossies.org/linux/misc/file-5.39.tar.gz/codespell.html

Although after a first review obviously wrong matches ("false positives") are already filtered out (ignored)
please inform me if you find more of them so that I can force a new improved check if applicable.

Although the correction of misspellings and typos has probably not a top priority, I hope that the report can
nevertheless be a little bit useful.
TagsNo tags attached.

Activities

christos

2021-02-23 00:52

manager   ~0003555

Ran the following on all the files, thanks!

#!/bin/sh
sed -E -i \
-e 's/\<intput\>/input/g' \
-e 's/\<enought\>/enough/g' \
-e 's/\<reachs\>/reaches/g' \
-e 's/\<whitch\>/which/g' \
-e 's/\<serie\>/series/g' \
-e 's/\<Unparseable\>/Unparsable/g' \
-e 's/\<colums\>/columns/g' \
-e 's/\<extenstions\>/extensions/g' \
-e 's/\<carrige\>/carriage/g' \
-e 's/\<irregardless\>/regardless/g' \
-e 's/\<resonable\>/reasonable/g' \
-e 's/\<conectix\>/connectix/g' \
-e 's/\<conectix\>/connectix/g' \
-e 's/\<conectix\>/connectix/g' \
-e 's/\<splitted\>/split/g' \
-e 's/\<splitted\>/split/g' \
-e 's/\<positiv\>/positive/g' \
-e 's/\<positiv\>/positive/g' \
-e 's/\<KENREl\>/kernel/g' \
-e 's/\<splitted\>/split/g' \
-e 's/\<splitted\>/split/g' \
-e 's/\<unusal\>/unusual/g' \
-e 's/\<Inforation\>/Information/g' \
-e 's/\<fomrat\>/format/g' \
-e 's/\<libray\>/library/g' \
-e 's/\<annoted\>/annotated/g' \
-e 's/\<positiv\>/positive/g' \
-e 's/\<coresponding\>/corresponding/g' \
-e 's/\<informations\>/information/g' \
-e 's/\<assember\>/assembler/g' \
-e 's/\<assember\>/assembler/g' \
-e 's/\<informations\>/information/g' \
-e 's/\<informations\>/information/g' \
-e 's/\<signatur\>/signature/g' \
-e 's/\<environent\>/environment/g' \
-e 's/\<temporily\>/temporarily/g' \
-e 's/\<gziped\>/gzipped/g' \
-e 's/\<Versio\>/Version/g' \
-e 's/\<revsion\>/revision/g' \
-e 's/\<positiv\>/positive/g' \
-e 's/\<positiv\>/positive/g' \
-e 's/\<partiton\>/partition/g' \
-e 's/\<formated\>/formatted/g' \
-e 's/\<formated\>/formatted/g' \
-e 's/\<formated\>/formatted/g' \
-e 's/\<posible\>/possible/g' \
-e 's/\<splitted\>/split/g' \
-e 's/\<possibilites\>/possibilities/g' \
-e 's/\<instread\>/instead/g' \
-e 's/\<programm\>/program/g' \
-e 's/\<extraced\>/extracted/g' \
-e 's/\<unusal\>/unusual/g' \
-e 's/\<positiv\>/positive/g' \
-e 's/\<3nd\>/3rd/g' \
-e 's/\<charcter\>/character/g' \
-e 's/\<nane\>/name/g' \
-e 's/\<3nd\>/3rd/g' \
-e 's/\<CYMK\>/CMYK/g' \
-e 's/\<explict\>/explicit/g' \
"$@"

Issue History

Date Modified Username Field Change
2021-02-08 15:48 jschleus New Issue
2021-02-23 00:51 christos Assigned To => christos
2021-02-23 00:51 christos Status new => assigned
2021-02-23 00:52 christos Status assigned => resolved
2021-02-23 00:52 christos Resolution open => fixed
2021-02-23 00:52 christos Fixed in Version => 5.40
2021-02-23 00:52 christos Note Added: 0003555