Skip to content

Commit 4c95e76

Browse files
committed
Typos
1 parent 5e7ce76 commit 4c95e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/imap/backup/cli.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CLI < Thor
3030
In these cases there are two choices.
3131
3232
You can use the `--automatic-namespaces` option.
33-
This wil query the source and detination servers for their
33+
This will query the source and detination servers for their
3434
namespace configuration and will adapt paths accordingly.
3535
This option requires that both the source and destination
3636
servers are available and work with the provided parameters
@@ -229,7 +229,7 @@ def mirror(source_email, destination_email)
229229
config_option
230230
quiet_option
231231
verbose_option
232-
# Restores backed up meails to an account
232+
# Restores backed up emails to an account
233233
# @return [void]
234234
def restore(email = nil)
235235
non_logging_options = Imap::Backup::Logger.setup_logging(options)

0 commit comments

Comments
 (0)