Thread overview
[Issue 631] New: Spelling errors in DMD distribution
Dec 03, 2006
d-bugmail
Dec 12, 2006
d-bugmail
Dec 16, 2006
Stewart Gordon
Dec 17, 2006
d-bugmail
Dec 27, 2006
d-bugmail
December 03, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=631

           Summary: Spelling errors in DMD distribution
           Product: D
           Version: 0.175
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: smjg@iname.com
OtherBugsDependingO 511
             nThis:


A number of instances of the same old spelling mistakes....

html\d\dbc.html
- function in an inheritance heirarchy has no <tt>in</tt> contract,
+ function in an inheritance hierarchy has no <tt>in</tt> contract,

src\phobos\internal\object.d (also accounting for an instance in the HTML)
- * Object, which is the root of the class object heirarchy.
+ * Object, which is the root of the class object hierarchy.

src\dmd\class.c (more trivial, but still there)
- // No base class, so this is the root of the class heirarchy
+ // No base class, so this is the root of the class hierarchy

src\phobos\std.ddoc (accounting for 55 instances in the HTML!)
- $(LI <a href="object.html" title="root of object heirarchy">object</a>)
+ $(LI <a href="object.html" title="root of object hierarchy">object</a>)

html\d\changelog1.html
- <li> Template default arguments for parameters now are 'lazilly'
+ <li> Template default arguments for parameters now are 'lazily'

samples\d\chello.d
samples\d\dclient.d
samples\d\dserver.d
- * Heavilly modified from:
+ * Heavilly modified from:

src\dmd\declaration.c
- * gets ordinarilly run, try to run semantic2() now.
+ * gets ordinarily run, try to run semantic2() now.

src\phobos\internal\gc\win32.d
- // The reason is that the data segment is arbitrarilly divided
+ // The reason is that the data segment is arbitrarily divided

src\phobos\std\gc.d
- * disable() temporarilly disables garbage collection cycle, enable()
+ * disable() temporarily disables garbage collection cycle, enable()

Walter, please learn the correct spellings of these words!  Or if that's too hard, at least unlearn the incorrect spellings!  (Even better, get yourself an editor with a spellchecker!)


-- 

December 12, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=631


technocrat7@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |technocrat7@gmail.com




------- Comment #1 from technocrat7@gmail.com  2006-12-12 12:24 -------
Another typo (inverted parenthesis):

html\d\attribute.html
-       <b>align</b> <b>)</b> <i>Integer</i> <b>)</b>
+       <b>align</b> <b>(</b> <i>Integer</i> <b>)</b>

hat-tip: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.announce&article_id=6232


-- 

December 16, 2006
d-bugmail@puremagic.com wrote:
<snip>
> samples\d\chello.d
> samples\d\dclient.d
> samples\d\dserver.d
> - * Heavilly modified from:
> + * Heavilly modified from:

Agh!

- * Heavilly modified from:
+ * Heavily modified from:

How did that happen?

Stewart.
December 17, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=631





------- Comment #2 from braddr@puremagic.com  2006-12-17 02:48 -------
Reposted for Stewart due to mysql being down when this mail was processed:

- * Heavilly modified from:
+ * Heavily modified from:


-- 

December 27, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=631


bugzilla@digitalmars.com changed:

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




------- Comment #3 from bugzilla@digitalmars.com  2006-12-27 01:59 -------
Fixed DMD 0.178


--