[seed] [libseed] Fix spelling error in SeedFunctionCallback



commit 976c7463e44b9eed61047488dd0e51c667ed8879
Author: Tim Horton <hortont424 gmail com>
Date:   Wed Jul 8 00:57:18 2009 -0400

    [libseed] Fix spelling error in SeedFunctionCallback

 libseed/seed.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libseed/seed.h b/libseed/seed.h
index 8f820a5..d4f54b1 100644
--- a/libseed/seed.h
+++ b/libseed/seed.h
@@ -245,7 +245,7 @@ typedef SeedValue (*SeedFunctionCallback) (SeedContext ctx,
 					   SeedObject this_object,
 					   gsize argument_count,
 					   const SeedValue arguments[],
-					   SeedException * excecption);
+					   SeedException * exception);
 
 void seed_create_function (SeedContext ctx,
 			   gchar * name, SeedFunctionCallback callback,



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