r6945 - dumbhippo/trunk/client/common/hippo



Author: walters
Date: 2007-12-02 23:58:10 -0600 (Sun, 02 Dec 2007)
New Revision: 6945

Modified:
   dumbhippo/trunk/client/common/hippo/hippo-connection.c
   dumbhippo/trunk/client/common/hippo/hippo-data-cache.c
Log:
Fix typos.


Modified: dumbhippo/trunk/client/common/hippo/hippo-connection.c
===================================================================
--- dumbhippo/trunk/client/common/hippo/hippo-connection.c	2007-12-03 05:56:36 UTC (rev 6944)
+++ dumbhippo/trunk/client/common/hippo/hippo-connection.c	2007-12-03 05:58:10 UTC (rev 6945)
@@ -1558,7 +1558,7 @@
     HippoConnection *connection = HIPPO_CONNECTION(data);
     LmMessageNode *child;
     HippoClientInfo info;
-    const char *ddm_protocol_verson = NULL;
+    const char *ddm_protocol_version = NULL;
     const char *minimum;
     const char *current;
     const char *download;

Modified: dumbhippo/trunk/client/common/hippo/hippo-data-cache.c
===================================================================
--- dumbhippo/trunk/client/common/hippo/hippo-data-cache.c	2007-12-03 05:56:36 UTC (rev 6944)
+++ dumbhippo/trunk/client/common/hippo/hippo-data-cache.c	2007-12-03 05:58:10 UTC (rev 6945)
@@ -1135,13 +1135,13 @@
     zero_str(&cache->client_info.current);
     zero_str(&cache->client_info.minimum);
     zero_str(&cache->client_info.download);
-    zero_str(&cache->client_info.ddm_protocol_verson);    
+    zero_str(&cache->client_info.ddm_protocol_version);    
 
     if (info) {
         cache->client_info.current = g_strdup(info->current);
         cache->client_info.minimum = g_strdup(info->minimum);
         cache->client_info.download = g_strdup(info->download);
-        cache->client_info.ddm_protocol_verson = g_strdup(info->ddm_protocol_verson);        
+        cache->client_info.ddm_protocol_version = g_strdup(info->ddm_protocol_version);        
     }
 }
 



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