Closed
Bug 307486
Opened 19 years ago
Closed 19 years ago
Minor typo on portable cpp page
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla, Unassigned)
References
()
Details
Typo - see patch in a mo
Grrrr. Can't attach patch (BZ bug when having to log in when attaching), so here it is: Index: mozilla-org/html/hacking/portable-cpp.html =================================================================== RCS file: /cvsroot/mozilla-org/html/hacking/portable-cpp.html,v retrieving revision 1.17 diff -u -r1.17 portable-cpp.html --- mozilla-org/html/hacking/portable-cpp.html 16 Jun 2005 16:00:46 -0000 1.17 +++ mozilla-org/html/hacking/portable-cpp.html 8 Sep 2005 11:50:46 -0000 @@ -1073,7 +1073,7 @@ The header <a href="http://lxr.mozilla.org/mozilla/source/base/src/nscore.h">nscore.h</A> defines portable cast macros that use C++ style casts on compilers -that support them, and regualar casts otherwise.<P> +that support them, and regular casts otherwise.<P> These macros are defined as follows: <P>
Comment 2•19 years ago
|
||
thanks, fixed.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: mozilla.org → Websites
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•