summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--doc/gcrypt.texi2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3929e4d1..b9616144 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,6 +72,7 @@ tests/benchmark
tests/fips186-dsa
tests/fipsdrv
tests/gchash
+tests/hashtest-256g
tests/hmac
tests/keygen
tests/keygrip
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index f60be775..39c7c9f5 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -381,7 +381,7 @@ memory is not a problem, you should initialize Libgcrypt this way:
@example
/* Version check should be the very first call because it
- makes sure that important subsystems are intialized. */
+ makes sure that important subsystems are initialized. */
if (!gcry_check_version (GCRYPT_VERSION))
@{
fputs ("libgcrypt version mismatch\n", stderr);