diff --git a/doc/reference/ChangeLog b/doc/reference/ChangeLog index b87a2c6dd..90081b231 100644 --- a/doc/reference/ChangeLog +++ b/doc/reference/ChangeLog @@ -1,3 +1,7 @@ +2006-06-22 Emmanuele Bassi + + * clutter-docs.sgml: Fix typos. + 2006-06-22 Ross Burton * tmpl/clutter-group.sgml: diff --git a/doc/reference/clutter-docs.sgml b/doc/reference/clutter-docs.sgml index cb922c849..b2c096a97 100644 --- a/doc/reference/clutter-docs.sgml +++ b/doc/reference/clutter-docs.sgml @@ -43,16 +43,16 @@ Clutter is a GObject based library for creating fast, visually rich graphical user interfaces. It is intended for creating single - window stylalised applications such as media box UI's, - presentaions, kiosk style apps in preference to regular 'desktop' - style applications. + window stylised applications such as media box UI's, presentations + or kiosk style apps in preference to regular 'desktop' style + applications. Clutter's underlying graphics rendering is OpenGL ( version 1.2+ ) based. The clutter API is intended to be easy to use, attempting - to hide many of the GL complexitys. It targets maily 2D based + to hide many of the GL complexities. It targets maily 2D based graphics and is definetly not intended to be a general interface for all OpenGL functionality ( yet ).