Skip to content

Commit ac32afd

Browse files
committed
[css2] Fixed a spelling mistake.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401648
1 parent 9284fc2 commit ac32afd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

css2/fonts.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: fonts.src,v 2.49 1998-05-05 16:53:15 howcome Exp $ -->
3+
<!-- $Id: fonts.src,v 2.50 1998-05-05 20:09:29 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -452,7 +452,7 @@ are:
452452
<P> [ xx-small | x-small | small | medium | large | x-large | xx-large ]
453453

454454
<P>On a computer screen a scaling factor of 1.2 <!-- changed from
455-
1.5 which was widely criticised as far too much, CL --> is
455+
1.5 which was widely criticized as far too much, CL --> is
456456
suggested between adjacent indexes; if the 'medium' font is 12pt,
457457
the 'large' font could be 14.4pt. Different media may need different
458458
scaling factors. Also, the user agent should take the quality and

css2/images/longdesc/panose-16-desc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>Long description for screen shot of Windows 95 font
1313

1414
<P>This image shows the Windows 95 GUI that describes the
1515
characteristics of a given font. In particular, it shows
16-
the PANOSE classifiction of the Georgia Italic font face.
16+
the PANOSE classification of the Georgia Italic font face.
1717

1818
<P><a href="../../notes.html#img-panose-16">Return to image.</a>
1919
</body>

css2/text.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: text.src,v 2.18 1998-05-03 23:42:04 bbos Exp $ -->
3+
<!-- $Id: text.src,v 2.19 1998-05-05 20:10:42 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -419,7 +419,7 @@ generated content (e.g., for the BR element in HTML).
419419
<dt><strong>pre</strong>
420420
<dd>This value prevents user agents from collapsing sequences
421421
of whitespace. Lines are only broken at newlines in the source, or
422-
at occurences of "\A" in generated content.
422+
at occurrences of "\A" in generated content.
423423
<dt><strong>nowrap</strong>
424424
<dd>This value collapses whitespace as for 'normal', but suppresses
425425
line breaks within text except for those created by "\A" in generated

0 commit comments

Comments
 (0)