[gnumeric] Typos.



commit 8c5b7def5e7d01b58a9116da24044498779b8289
Author: Morten Welinder <terra gnome org>
Date:   Wed Jun 10 11:13:34 2009 -0400

    Typos.
---
 plugins/openoffice/openoffice-write.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/openoffice/openoffice-write.c b/plugins/openoffice/openoffice-write.c
index b6990df..fda4fbf 100644
--- a/plugins/openoffice/openoffice-write.c
+++ b/plugins/openoffice/openoffice-write.c
@@ -28,7 +28,7 @@
 /*****************************************************************************/
 
 /* change the following to 12 to switch to ODF 1.2 creation. Note that this is not tested and */
-/* changes in GOFFICE are alos required. */
+/* changes in GOFFICE are also required. */
 
 #include <gnumeric-config.h>
 #include <gnumeric.h>
@@ -846,7 +846,7 @@ odf_write_style_paragraph_properties (GnmOOExport *state, GnmStyle const *style)
 		case HALIGN_CENTER_ACROSS_SELECTION:
 		case HALIGN_DISTRIBUTED:
 		default:
-			/* Note that since source is value-type, alignmnet should be ignored */
+			/* Note that since source is value-type, alignment should be ignored */
                         /*(but isn't by OOo) */
 			alignment = "start";
 			source = "value-type";



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