[Issue 1234] Occurrence is misspelled almost everywhere

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jun 29 07:18:44 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1234


d at chqrlie.org changed:

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




------- Comment #2 from d at 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.


-- 



More information about the Digitalmars-d-bugs mailing list