[gjs: 38/45] [cairo] Fix two typos



commit 11d09269e70aaf2ac81855da73929f1c77dae5a0
Author: Johan Dahlin <johan gnome org>
Date:   Tue Mar 2 14:44:23 2010 -0300

    [cairo] Fix two typos

 modules/cairo-pattern.c |    2 +-
 modules/cairo-surface.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modules/cairo-pattern.c b/modules/cairo-pattern.c
index 2d719e0..371d1ed 100644
--- a/modules/cairo-pattern.c
+++ b/modules/cairo-pattern.c
@@ -127,7 +127,7 @@ gjs_cairo_pattern_construct(JSContext       *context,
  * @context: the context
  * @object: object to finalize
  *
- * Destroys the resources assoicated with a pattern wrapper.
+ * Destroys the resources associated with a pattern wrapper.
  *
  * This is mainly used for subclasses.
  */
diff --git a/modules/cairo-surface.c b/modules/cairo-surface.c
index 97d6edd..8d92e57 100644
--- a/modules/cairo-surface.c
+++ b/modules/cairo-surface.c
@@ -164,7 +164,7 @@ gjs_cairo_surface_construct(JSContext       *context,
  * @context: the context
  * @object: object to finalize
  *
- * Destroys the resources assoicated with a surface wrapper.
+ * Destroys the resources associated with a surface wrapper.
  *
  * This is mainly used for subclasses.
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]