From 4a8a0bbb94a087d697092bad031261c0ee51a8cc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 5 Apr 2010 11:58:45 +0000 Subject: [PATCH] typo --- src/util/crypto_rsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1