* Fix typo (Merge branch 'master' of https://github.com/gyordanov/mu)

This commit is contained in:
djcb 2012-10-29 19:12:15 +02:00
commit 2088eb711c
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ parse_cmd (int *argcp, char ***argvp, GError **err)
#endif /*!BUILD_GUILE*/
#ifndef BUILD_CRYPTO
if (MU_CONFIG.cmd == MU_CONFIG_CMD_VERIFIY) {
if (MU_CONFIG.cmd == MU_CONFIG_CMD_VERIFY) {
mu_util_g_set_error (err, MU_ERROR_IN_PARAMETERS,
"command 'verify' not supported");
return FALSE;