gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5781 - in GNUnet/src: applications/fs/ecrs applications/fs


From: gnunet
Subject: [GNUnet-SVN] r5781 - in GNUnet/src: applications/fs/ecrs applications/fs/lib include
Date: Wed, 28 Nov 2007 10:16:24 -0700 (MST)

Author: durner
Date: 2007-11-28 10:16:23 -0700 (Wed, 28 Nov 2007)
New Revision: 5781

Modified:
   GNUnet/src/applications/fs/ecrs/upload.c
   GNUnet/src/applications/fs/lib/fslib.c
   GNUnet/src/applications/fs/lib/fslibtest.c
   GNUnet/src/include/gnunet_fs_lib.h
Log:
typo

Modified: GNUnet/src/applications/fs/ecrs/upload.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/upload.c    2007-11-26 15:14:44 UTC (rev 
5780)
+++ GNUnet/src/applications/fs/ecrs/upload.c    2007-11-28 17:16:23 UTC (rev 
5781)
@@ -196,7 +196,7 @@
       /* reset the counter since the formula later does not
          take the time for GNUNET_hash_file into account */
 
-      switch (GNUNET_FS_prepare_to_inde (sock, &fileId, filename))
+      switch (GNUNET_FS_prepare_to_index (sock, &fileId, filename))
         {
         case GNUNET_SYSERR:
           GNUNET_GE_LOG (ectx,

Modified: GNUnet/src/applications/fs/lib/fslib.c
===================================================================
--- GNUnet/src/applications/fs/lib/fslib.c      2007-11-26 15:14:44 UTC (rev 
5780)
+++ GNUnet/src/applications/fs/lib/fslib.c      2007-11-28 17:16:23 UTC (rev 
5781)
@@ -413,7 +413,7 @@
  * Initialize to index a file
  */
 int
-GNUNET_FS_prepare_to_inde (struct GNUNET_ClientServerConnection *sock,
+GNUNET_FS_prepare_to_index (struct GNUNET_ClientServerConnection *sock,
                            const GNUNET_HashCode * fileHc, const char *fn)
 {
   int ret;

Modified: GNUnet/src/applications/fs/lib/fslibtest.c
===================================================================
--- GNUnet/src/applications/fs/lib/fslibtest.c  2007-11-26 15:14:44 UTC (rev 
5780)
+++ GNUnet/src/applications/fs/lib/fslibtest.c  2007-11-28 17:16:23 UTC (rev 
5781)
@@ -278,7 +278,7 @@
                           ntohl (block->size) -
                           sizeof (GNUNET_DatastoreValue) - sizeof (DBlock)));
       CLOSE (fd);
-      CHECK (GNUNET_FS_prepare_to_inde (sock, &hc, tmpName) == GNUNET_YES);
+      CHECK (GNUNET_FS_prepare_to_index (sock, &hc, tmpName) == GNUNET_YES);
       CHECK (GNUNET_OK == GNUNET_FS_index (sock, &hc, block, 0));
       CHECK (GNUNET_OK == trySearch (ctx, i));
       CHECK (GNUNET_OK ==

Modified: GNUnet/src/include/gnunet_fs_lib.h
===================================================================
--- GNUnet/src/include/gnunet_fs_lib.h  2007-11-26 15:14:44 UTC (rev 5780)
+++ GNUnet/src/include/gnunet_fs_lib.h  2007-11-28 17:16:23 UTC (rev 5781)
@@ -121,7 +121,7 @@
 /**
  * Initialize to index a file.  Tries to do the symlinking.
  */
-int GNUNET_FS_prepare_to_inde (struct GNUNET_ClientServerConnection *sock,
+int GNUNET_FS_prepare_to_index (struct GNUNET_ClientServerConnection *sock,
                                const GNUNET_HashCode * fileHc,
                                const char *fn);
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]