aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing/gnunet-service-secretsharing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/secretsharing/gnunet-service-secretsharing.c')
-rw-r--r--src/secretsharing/gnunet-service-secretsharing.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/secretsharing/gnunet-service-secretsharing.c b/src/secretsharing/gnunet-service-secretsharing.c
index 2177134f6..939b7827d 100644
--- a/src/secretsharing/gnunet-service-secretsharing.c
+++ b/src/secretsharing/gnunet-service-secretsharing.c
@@ -241,7 +241,7 @@ struct DecryptSession
241 241
242 /** 242 /**
243 * Share of the local peer. 243 * Share of the local peer.
244 * Containts other important information, such as 244 * Contains other important information, such as
245 * the list of other peers. 245 * the list of other peers.
246 */ 246 */
247 struct GNUNET_SECRETSHARING_Share *share; 247 struct GNUNET_SECRETSHARING_Share *share;
@@ -379,7 +379,7 @@ time_between (struct GNUNET_TIME_Absolute start,
379 379
380 380
381/** 381/**
382 * Compare two peer identities. Indended to be used with qsort or bsearch. 382 * Compare two peer identities. Intended to be used with qsort or bsearch.
383 * 383 *
384 * @param p1 Some peer identity. 384 * @param p1 Some peer identity.
385 * @param p2 Some peer identity. 385 * @param p2 Some peer identity.
@@ -1931,9 +1931,9 @@ decrypt_new_element (void *cls,
1931 gcry_mpi_t w; 1931 gcry_mpi_t w;
1932 /* ciphertext component #1 */ 1932 /* ciphertext component #1 */
1933 gcry_mpi_t c1; 1933 gcry_mpi_t c1;
1934 /* temporary variable (for comparision) #1 */ 1934 /* temporary variable (for comparison) #1 */
1935 gcry_mpi_t tmp1; 1935 gcry_mpi_t tmp1;
1936 /* temporary variable (for comparision) #2 */ 1936 /* temporary variable (for comparison) #2 */
1937 gcry_mpi_t tmp2; 1937 gcry_mpi_t tmp2;
1938 1938
1939 if (NULL == element) 1939 if (NULL == element)