Thread overview
[Issue 1234] New: Occurrence is misspelled almost everywhere
May 15, 2007
d-bugmail
Jun 29, 2007
d-bugmail
Jun 29, 2007
d-bugmail
Jul 01, 2007
d-bugmail
May 15, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1234

           Summary: Occurrence is misspelled almost everywhere
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: d@chqrlie.org


There are many occurrences of "occurrance" on the web sites, and in the source code and documentation.


-- 

June 29, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1234


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Comment #1 from bugzilla@digitalmars.com  2007-06-28 22:17 -------
Can't find any.


-- 

June 29, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1234


d@chqrlie.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |




------- Comment #2 from d@chqrlie.org  2007-06-29 09:18 -------
(In reply to comment #1)
> Can't find any.
> 

There are a few in the phobos documentation from dmd.zip:

dmd/html/d/phobos/std_string.html:256:<dd><u>find</u>, ifind find first
occurrance of <i>c</i> in string <i>s</i>.
dmd/html/d/phobos/std_string.html:257: rfind, irfind find last occurrance of
<i>c</i> in string <i>s</i>.
dmd/html/d/phobos/std_string.html:272:<dd><u>find</u>, ifind find first
occurrance of <i>sub</i>[] in string <i>s</i>[].
dmd/html/d/phobos/std_string.html:273: rfind, irfind find last occurrance of
<i>sub</i>[] in string <i>s</i>[].
dmd/html/d/regular-expression.html:302: occurences of "a" with "ZZ" in Ruby;
the first occurence, then

There were more on the web site, but they may have been fixed since.
google still remembers them: "occurrance site:digitalmars.com" finds 9 matches,
while occurence is present on 52 pages.

Chqrlie.


-- 

July 01, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1234


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #3 from bugzilla@digitalmars.com  2007-07-01 14:03 -------
Fixed DMD 1.018 and DMD 2.002


--