www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 631] New: Spelling errors in DMD distribution

reply d-bugmail puremagic.com writes:
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!)


-- 
Dec 02 2006
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=631


technocrat7 gmail.com changed:

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





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


-- 
Dec 12 2006
prev sibling next sibling parent Stewart Gordon <smjg_1998 yahoo.com> writes:
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.
Dec 15 2006
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=631






Reposted for Stewart due to mysql being down when this mail was processed:

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


-- 
Dec 17 2006
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=631


bugzilla digitalmars.com changed:

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





Fixed DMD 0.178


-- 
Dec 26 2006