fix more typos

This commit is contained in:
Christian Grothoff 2021-04-23 23:53:52 +02:00
parent a140c114d3
commit 5106a09c9f
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
8 changed files with 15 additions and 15 deletions

View File

@ -1,3 +1,3 @@
# internal libraries are not splitted out into a dedicated package to avoid # internal libraries are not split out into a dedicated package to avoid
# micropackaging. # micropackaging.
taler-exchange: package-name-doesnt-match-sonames taler-exchange: package-name-doesnt-match-sonames

View File

@ -487,7 +487,7 @@ and another time for refunding the remaining amount without losing anonymity.
Unfortunately this approach cannot be used for a general-purpose payment Unfortunately this approach cannot be used for a general-purpose payment
system, since the refund operation of Rupp et al. allows transferring money system, since the refund operation of Rupp et al. allows transferring money
in a way that hides income from taxation. Refunding a coin into a wallet that in a way that hides income from taxation. Refunding a coin into a wallet that
didn't withdraw the coin is possible in their system, but consitutes a didn't withdraw the coin is possible in their system, but constitutes a
transaction between two parties that is not recognized by the system for the transaction between two parties that is not recognized by the system for the
purpose of income taxation. purpose of income taxation.

View File

@ -184,7 +184,7 @@ Specific comments:
> We added remarks on the level of anonymity that Zerocash achieves. > We added remarks on the level of anonymity that Zerocash achieves.
> We suspect Zerocash's inherent scaling issues limit its anonymity > We suspect Zerocash's inherent scaling issues limit its anonymity
> for normal purchases, as compaired to that a large Taler exchange > for normal purchases, as compared to that a large Taler exchange
> provides. We mention that Zerocash is likely to provide better > provides. We mention that Zerocash is likely to provide better
> anonymtiy for large transactions that do not need to be cashed out. > anonymtiy for large transactions that do not need to be cashed out.

View File

@ -2267,7 +2267,7 @@ exchange. The highest rate of spends was $780$ per second. Thus, the
theoretically achievable transaction rate on our single test machine (and a theoretically achievable transaction rate on our single test machine (and a
dedicated machine for the database) would be $780 \cdot 3 / 10 = 234$ transactions dedicated machine for the database) would be $780 \cdot 3 / 10 = 234$ transactions
per second under the relatively pessimistic assumptions we made about what per second under the relatively pessimistic assumptions we made about what
consitutes a transaction. constitutes a transaction.
If a GNU Taler deployment was used to pay for items of fixed price (e.g., online If a GNU Taler deployment was used to pay for items of fixed price (e.g., online
news articles), the overhead of multiple coins and refresh operations (which news articles), the overhead of multiple coins and refresh operations (which

View File

@ -230,7 +230,7 @@ taler-exchange-offline -c $CONF \
sleep 1 # Give exchange time to create replacmenent key sleep 1 # Give exchange time to create replacmenent key
# Re-sign replacment keys # Re-sign replacement keys
taler-auditor-offline -c $CONF \ taler-auditor-offline -c $CONF \
download sign upload &> taler-auditor-offline.log download sign upload &> taler-auditor-offline.log
@ -328,7 +328,7 @@ taler-exchange-offline -c $CONF \
sleep 1 # Give exchange time to create replacmenent key sleep 1 # Give exchange time to create replacmenent key
# Re-sign replacment keys # Re-sign replacement keys
taler-auditor-offline -c $CONF \ taler-auditor-offline -c $CONF \
download sign upload &> taler-auditor-offline.log download sign upload &> taler-auditor-offline.log

View File

@ -29,7 +29,7 @@ do
dropdb talercheck-in dropdb talercheck-in
dropdb talercheck-out dropdb talercheck-out
echo "FAIL" echo "FAIL"
echo "Record count missmatch: $CIN / $COUT in table $table" echo "Record count mismatch: $CIN / $COUT in table $table"
exit 1 exit 1
fi fi
done done

View File

@ -415,7 +415,7 @@ denomination_add_cb (
* *
* @param exchange_url base URL of the exchange * @param exchange_url base URL of the exchange
* @param idx index of the operation we are performing (for logging) * @param idx index of the operation we are performing (for logging)
* @param value argumets for denomination revocation * @param value arguments for denomination revocation
*/ */
static void static void
upload_denomination_add (const char *exchange_url, upload_denomination_add (const char *exchange_url,

View File

@ -831,7 +831,7 @@ denom_revocation_cb (
* *
* @param exchange_url base URL of the exchange * @param exchange_url base URL of the exchange
* @param idx index of the operation we are performing (for logging) * @param idx index of the operation we are performing (for logging)
* @param value argumets for denomination revocation * @param value arguments for denomination revocation
*/ */
static void static void
upload_denom_revocation (const char *exchange_url, upload_denom_revocation (const char *exchange_url,
@ -920,7 +920,7 @@ signkey_revocation_cb (
* *
* @param exchange_url base URL of the exchange * @param exchange_url base URL of the exchange
* @param idx index of the operation we are performing (for logging) * @param idx index of the operation we are performing (for logging)
* @param value argumets for denomination revocation * @param value arguments for denomination revocation
*/ */
static void static void
upload_signkey_revocation (const char *exchange_url, upload_signkey_revocation (const char *exchange_url,
@ -1008,7 +1008,7 @@ auditor_add_cb (void *cls,
* *
* @param exchange_url base URL of the exchange * @param exchange_url base URL of the exchange
* @param idx index of the operation we are performing (for logging) * @param idx index of the operation we are performing (for logging)
* @param value argumets for denomination revocation * @param value arguments for denomination revocation
*/ */
static void static void
upload_auditor_add (const char *exchange_url, upload_auditor_add (const char *exchange_url,
@ -1108,7 +1108,7 @@ auditor_del_cb (void *cls,
* *
* @param exchange_url base URL of the exchange * @param exchange_url base URL of the exchange
* @param idx index of the operation we are performing (for logging) * @param idx index of the operation we are performing (for logging)
* @param value argumets for denomination revocation * @param value arguments for denomination revocation
*/ */
static void static void
upload_auditor_del (const char *exchange_url, upload_auditor_del (const char *exchange_url,
@ -1200,7 +1200,7 @@ wire_add_cb (void *cls,
* *
* @param exchange_url base URL of the exchange * @param exchange_url base URL of the exchange
* @param idx index of the operation we are performing (for logging) * @param idx index of the operation we are performing (for logging)
* @param value argumets for denomination revocation * @param value arguments for denomination revocation
*/ */
static void static void
upload_wire_add (const char *exchange_url, upload_wire_add (const char *exchange_url,
@ -1311,7 +1311,7 @@ wire_del_cb (void *cls,
* *
* @param exchange_url base URL of the exchange * @param exchange_url base URL of the exchange
* @param idx index of the operation we are performing (for logging) * @param idx index of the operation we are performing (for logging)
* @param value argumets for denomination revocation * @param value arguments for denomination revocation
*/ */
static void static void
upload_wire_del (const char *exchange_url, upload_wire_del (const char *exchange_url,
@ -1404,7 +1404,7 @@ wire_fee_cb (
* *
* @param exchange_url base URL of the exchange * @param exchange_url base URL of the exchange
* @param idx index of the operation we are performing (for logging) * @param idx index of the operation we are performing (for logging)
* @param value argumets for denomination revocation * @param value arguments for denomination revocation
*/ */
static void static void
upload_wire_fee (const char *exchange_url, upload_wire_fee (const char *exchange_url,