diff options
Diffstat (limited to 'src/crypt.c')
-rw-r--r-- | src/crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypt.c b/src/crypt.c index 43a7167b3..729073a86 100644 --- a/src/crypt.c +++ b/src/crypt.c @@ -206,7 +206,7 @@ crypt_whole_undofile(int method_nr) } /* - * Get crypt method specifc length of the file header in bytes. + * Get crypt method specific length of the file header in bytes. */ int crypt_get_header_len(int method_nr) |