Commit 11a584be by Jan van Male Committed by Phil Edwards

C++STYLE: Fix typo.

2001-08-24  Jan van Male <jan.vanmale@fenk.wau.nl>

	* docs/html/17_intro/C++STYLE:  Fix typo.

From-SVN: r45163
parent b5796814
2001-08-24 Jan van Male <jan.vanmale@fenk.wau.nl>
* docs/html/17_intro/C++STYLE: Fix typo.
2001-08-24 Phil Edwards <pme@sources.redhat.com> 2001-08-24 Phil Edwards <pme@sources.redhat.com>
* docs/html/23_containers/howto.html: Describe implementation of * docs/html/23_containers/howto.html: Describe implementation of
......
...@@ -91,7 +91,7 @@ Notable areas of divergence from what may be previous local practice ...@@ -91,7 +91,7 @@ Notable areas of divergence from what may be previous local practice
{ {
space = _ISspace, space = _ISspace,
print = _ISprint, print = _ISprint,
cntrl = _IScntrl, cntrl = _IScntrl
}; };
-NOT- -NOT-
enum { space = _ISspace, print = _ISprint, cntrl = _IScntrl }; enum { space = _ISspace, print = _ISprint, cntrl = _IScntrl };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment