[goffice] Fixed typo.



commit 49eed29c15572ca564d3e92c0282c5ff4023f3dc
Author: Jean Brefort <jean brefort normalesup org>
Date:   Fri Dec 2 17:07:57 2011 +0100

    Fixed typo.

 goffice/canvas/goc-path.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/goffice/canvas/goc-path.c b/goffice/canvas/goc-path.c
index 9405745..b2a93f4 100644
--- a/goffice/canvas/goc-path.c
+++ b/goffice/canvas/goc-path.c
@@ -231,7 +231,7 @@ goc_path_init_style (G_GNUC_UNUSED GocStyledItem *item, GOStyle *style)
 static void
 goc_path_finalize (GObject *obj)
 {
-	GocPpathe *path = GOC_PATH (obj);
+	GocPath *path = GOC_PATH (obj);
 	if (path->path)
 		go_path_free (pth->path);
 	parent_class->finalize (obj);



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