typo
authorMassimo Maiurana <maiurana@gmail.com>
Sun, 2 Oct 2011 13:53:10 +0000 (13:53 +0000)
committerMassimo Maiurana <maiurana@gmail.com>
Sun, 2 Oct 2011 13:53:10 +0000 (13:53 +0000)
SVN revision: 63749

src/bin/e_config.c

index 915d8e6..4014c2f 100644 (file)
@@ -2198,7 +2198,7 @@ _e_config_eet_close_handle(Eet_File *ef, char *file)
        erstr = _("Encryption failed.");
        break;
       case EET_ERROR_DECRYPT_FAILED:
-       erstr = _("Decruption failed.");
+       erstr = _("Decryption failed.");
        break;
       default: /* if we get here eet added errors we don't know */
        erstr = _("The error is unknown to Enlightenment.");