examples/example_spec.rb in ftpd-0.10.0 vs examples/example_spec.rb in ftpd-0.11.0

- old
+ new

@@ -21,11 +21,11 @@ # operates as expected. module Fetcher # This is the code under test, a simple fetcher that logs into an - # FTP site, changes to a directlry, and gets a list of files. + # FTP site, changes to a directory, and gets a list of files. class FTPFetcher # @param host [String] ftp host to connect to. # @param user [String] username. @@ -56,10 +56,10 @@ end describe Fetcher::FTPFetcher do # This `Driver` tells Ftpd how to authenticate and how to interact - # with the file systme. In this example, the file system is + # with the file system. In this example, the file system is # read-only and contains a single file. class Driver def initialize @data_dir = Dir.mktmpdir