This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/16615] New: throughout gcc docu and code numerous "can not"'s appear


Throughout gcc documentation and code "cannot" is wrongly spelled as "can not". The following command executed in the source root reveals the affected files:
find . -type f -print | xargs grep -i "can not"| awk -F: '{print $1}'|uniq

Please change the text into "cannot". Thanks.

-- 
           Summary: throughout gcc docu and code numerous "can not"'s appear
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: geos at epost dot de
                CC: gcc-bugs at gcc dot gnu dot org,geos at epost dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16615


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]