summaryrefslogtreecommitdiff
path: root/docs/design
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2003-12-21 09:22:27 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-12-21 09:22:27 +0000
commit62f9f6ec4e2e536e158d8f6effd821e608d9dac7 (patch)
tree9032b4cee6171eec663354343cc6bf1cdea2d29d /docs/design
parent6460e61fb325bcc0f14f245450ae1a7c00096100 (diff)
downloadlibcroco-62f9f6ec4e2e536e158d8f6effd821e608d9dac7.tar.gz
fixed some typos.
2003-12-21 Dodji Seketeli <dodji@gnome.org> * docs/design/parser-architecture.txt: fixed some typos.
Diffstat (limited to 'docs/design')
-rw-r--r--docs/design/parser-architecture.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/design/parser-architecture.txt b/docs/design/parser-architecture.txt
index 1891381..148d870 100644
--- a/docs/design/parser-architecture.txt
+++ b/docs/design/parser-architecture.txt
@@ -73,8 +73,8 @@ The core of the parser.
The main job of this class is to provide a cr_parser_parse_stylesheet()
method. During the parsing (the execution of the cr_parser_stylesheet())
-the parser sents events to notify the application when it encounters
-remarquable CSS constructions. This is the SAC (Simple API for CSS) API model.
+the parser sends events to notify the application when it encounters
+remarkable CSS constructions. This is the SAC (Simple API for CSS) API model.
To achieve that task, almost each production of the CSS grammar
has a matching parsing function (or method) in this class.
@@ -143,5 +143,4 @@ to:
II.4 The selection Engine.
--------------------------
-
- \ No newline at end of file
+Hmmh, I should kick my ass to write this down ... \ No newline at end of file