Fix typo
authorChristian Weiske <[email protected]>
Mon, 3 Jan 2022 21:46:01 +0000 (22:46 +0100)
committerChristian Weiske <[email protected]>
Mon, 3 Jan 2022 21:46:01 +0000 (22:46 +0100)
src/Command/Decrypt.php

index 5a49dde112cee0266a88c26af41db02bab94aae1..6d62a1eb3c299d5d5f98e4962d22234ea4d87891 100644 (file)
@@ -201,7 +201,7 @@ class Decrypt
 
         if (!$this->options['all'] && !count($this->paths)) {
             throw new \DomainException(
-                'Use --all or specify at least one file to decyrpt.'
+                'Use --all or specify at least one file to decrypt.'
             );
         }