[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] small typo
From: |
Glenn McGrath |
Subject: |
[GNUnet-developers] small typo |
Date: |
Tue, 21 Jan 2003 14:34:13 +1100 |
diff -U3 -r1.66 hostkey.c
--- ./src/util/hostkey.c 20 Jan 2003 22:56:04 -0000 1.66
+++ ./src/util/hostkey.c 21 Jan 2003 03:31:44 -0000
@@ -48,7 +48,7 @@
gcry_control(GCRYCTL_DISABLE_SECMEM, 0);
if (! gcry_check_version(GCRYPT_VERSION))
errexit("libgcrypt has not the exptected version %s\n",
- GCRTPT_VERSION);
+ GCRYPT_VERSION);
#endif
srand((unsigned int)time(NULL));
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-developers] small typo,
Glenn McGrath <=