[goffice] Fixed typo.



commit 6edb3025917bebacbea9daea838ef6a461a4b3b0
Author: Jean Brefort <jean brefort normalesup org>
Date:   Wed Aug 18 20:19:52 2010 +0200

    Fixed typo.

 ChangeLog                |    4 ++++
 goffice/utils/go-style.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a511a5b..ecceb64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-08-18  Jean Brefort  <jean brefort normalesup org>
 
+	* goffice/utils/go-style.c (go_style_fill_sax_save): fixed typo.
+
+2010-08-18  Jean Brefort  <jean brefort normalesup org>
+
 	* goffice/graph/gog-renderer.c (_line_size): Always use real line width
 	when evaluating dashes. [#442546]
 
diff --git a/goffice/utils/go-style.c b/goffice/utils/go-style.c
index 675ee2a..e3ac04c 100644
--- a/goffice/utils/go-style.c
+++ b/goffice/utils/go-style.c
@@ -1431,7 +1431,7 @@ go_style_fill_sax_save (GsfXMLOut *output, GOStyle const *style)
 		break;
 	case GO_STYLE_FILL_IMAGE:
 		if (NULL == style->fill.image.image) {
-			g_warning ("droping fill with missing image");
+			g_warning ("dropping fill with missing image");
 			break;
 		}
 



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