summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-05-12 21:19:32 +0200
committerMS <ms@taler.net>2021-05-12 21:19:32 +0200
commitf762cbd23368f4c6eb0e42b168927ac25293332a (patch)
treef63aee69db439d42dbdc5a47326c0c5af7ab5e9b
parent7be03cd089eae7eb4cef3a5fda01947379e0fafd (diff)
downloadsync-f762cbd23368f4c6eb0e42b168927ac25293332a.tar.gz
sync-f762cbd23368f4c6eb0e42b168927ac25293332a.tar.bz2
sync-f762cbd23368f4c6eb0e42b168927ac25293332a.zip
typo
-rw-r--r--src/sync/sync-httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/sync-httpd.c b/src/sync/sync-httpd.c
index 87cf07a..4360f79 100644
--- a/src/sync/sync-httpd.c
+++ b/src/sync/sync-httpd.c
@@ -621,7 +621,7 @@ run (void *cls,
auth_header))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Failed so set %s header, trying without\n",
+ "Failed to set %s header, trying without\n",
MHD_HTTP_HEADER_AUTHORIZATION);
}
GNUNET_free (auth_header);