[lasem/mml-attrs] [Base] Fix typo in comment.



commit f596baee566f764423428a21ec2e7715fb732e4f
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Sun Jan 3 21:48:56 2010 +0100

    [Base] Fix typo in comment.

 src/lsmattributes.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lsmattributes.c b/src/lsmattributes.c
index 1dadbd6..dfd9c90 100644
--- a/src/lsmattributes.c
+++ b/src/lsmattributes.c
@@ -142,7 +142,7 @@ lsm_attribute_manager_set_attribute (LsmAttributeManager *manager,
 		if (trait_class->init)
 			trait_class->init (ATTRIBUTE_TRAIT (attribute), attribute_infos->trait_default);
 		else
-			/* Simple memcpy for default init implementation, discarde by a NULL default value. */
+			/* Simple memcpy for default init implementation, discarded by a NULL default value. */
 			if (attribute_infos->trait_default != NULL)
 				memcpy (ATTRIBUTE_TRAIT (attribute),
 					attribute_infos->trait_default,



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