[gnumeric] fix typos in odf_print_spreadsheet_content_validations



commit b04269b122ed6a14b828b2d5ada617dcf0922bfb
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Fri May 18 00:46:52 2012 -0600

    fix typos in odf_print_spreadsheet_content_validations
    
    2012-05-18  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* openoffice-write.c (odf_print_spreadsheet_content_validations):
    	fix typos

 plugins/openoffice/ChangeLog          |    5 +++++
 plugins/openoffice/openoffice-write.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index f380939..798cb7a 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-18  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* openoffice-write.c (odf_print_spreadsheet_content_validations):
+	fix typos
+
 2012-05-17  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* openoffice-read.c (odf_validation_new_list): check for empty
diff --git a/plugins/openoffice/openoffice-write.c b/plugins/openoffice/openoffice-write.c
index 6aa5ec2..c367e62 100644
--- a/plugins/openoffice/openoffice-write.c
+++ b/plugins/openoffice/openoffice-write.c
@@ -4285,11 +4285,11 @@ odf_print_spreadsheet_content_validations (GnmOOExport *state)
 				break;
 			case GNM_VALIDATION_TYPE_AS_DATE:
 				odf_validation_general (state, val, sheet, sr,
-							"ell-content-is-date() and ", &pp);
+							"cell-content-is-date() and ", &pp);
 				break;
 			case GNM_VALIDATION_TYPE_AS_TIME:
 				odf_validation_general (state, val, sheet, sr,
-							"ell-content-is-time() and ", &pp);
+							"cell-content-is-time() and ", &pp);
 				break;
 			case GNM_VALIDATION_TYPE_IN_LIST:
 				odf_validation_in_list (state, val, sheet, sr, &pp);



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