This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/16615] New: throughout gcc docu and code numerous "can not"'s appear
- From: "geos at epost dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jul 2004 12:33:28 -0000
- Subject: [Bug other/16615] New: throughout gcc docu and code numerous "can not"'s appear
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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