fix
authorChristian Grothoff <christian@grothoff.org>
Mon, 3 May 2010 09:15:18 +0000 (09:15 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 3 May 2010 09:15:18 +0000 (09:15 +0000)
src/include/gnunet_fs_service.h

index 8f54943c0139b6040e880ef1c25dcb3bf161a14f..1b2e9b52529ade251a7cd10006b328777d96386b 100644 (file)
@@ -1120,14 +1120,14 @@ struct GNUNET_FS_ProgressInfo
           * On how many total queries is the given
           * availability_rank based?
           */
-         uint32_t availabiliy_certainty;
+         uint32_t availability_certainty;
 
          /**
           * Updated applicability rank (the larger,
           * the better the result fits the search
           * criteria).
           */
-         uint32_t applicabiliy_rank;     
+         uint32_t applicability_rank;    
          
        } resume_result;