summaryrefslogtreecommitdiff
path: root/PasswordCrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'PasswordCrypt.h')
-rw-r--r--PasswordCrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PasswordCrypt.h b/PasswordCrypt.h
index 144bf84e..b726f320 100644
--- a/PasswordCrypt.h
+++ b/PasswordCrypt.h
@@ -2,7 +2,7 @@
#define __PASSWORD_CRYPT_H__
enum HashMethod {
- TRANDITIONAL_DES = 0,
+ TRADITIONAL_DES = 0,
EXTEND_BSDI_DES,
MD5_BASED,
SHA256_BASED,