diff libfreeDiameter/dictionary.c @ 43:2db15632a63d

Added a large part of connection establishment logic, to test
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 25 Nov 2009 19:07:09 +0900
parents e5af94b04946
children a522268ec95b
line wrap: on
line diff
--- a/libfreeDiameter/dictionary.c	Thu Nov 19 17:51:23 2009 +0900
+++ b/libfreeDiameter/dictionary.c	Wed Nov 25 19:07:09 2009 +0900
@@ -1528,7 +1528,7 @@
 	new->dict_vendors.list[0].o = NULL; /* overwrite since element is also sentinel for this list. */
 	
 	
-	/* Initialize the sentinel for applciations */
+	/* Initialize the sentinel for applications */
 	init_object( &new->dict_applications, DICT_APPLICATION );
 	new->dict_applications.data.application.application_name = "Diameter Common Messages";
 	new->dict_applications.list[0].o = NULL; /* overwrite since since element is also sentinel for this list. */
"Welcome to our mercurial repository"