| |
| Posted by d-bugmail | PermalinkReply |
|
d-bugmail
| 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!)
--
|