From: Christian Grothoff Date: Mon, 5 Apr 2010 11:58:45 +0000 (+0000) Subject: typo X-Git-Tag: initial-import-from-subversion-38251~22281 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4a8a0bbb94a087d697092bad031261c0ee51a8cc;p=oweals%2Fgnunet.git typo --- diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c index f3bb04cd2..491aa4f79 100644 --- a/src/util/crypto_rsa.c +++ b/src/util/crypto_rsa.c @@ -587,7 +587,7 @@ GNUNET_CRYPTO_rsa_key_create_from_file (const char *filename) if (GNUNET_YES != GNUNET_DISK_file_test (filename)) { /* must exist but not be accessible, fail for good! */ - if (0 != ACCESS (filenae, R_OK)) + if (0 != ACCESS (filename, R_OK)) GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "access", filename); else