From e68999c82c4863d33a6f893661fba1b7538c5671 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 20 Dec 2019 12:19:45 +0900 Subject: Fixed misspellings Fixed misspellings reported at [Bug #16437], for default gems. --- lib/net/ftp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/ftp.rb') diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index 2b7d19a662..d1e545c0c8 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -1242,7 +1242,7 @@ module Net # Returns the status (STAT command). # # pathname:: when stat is invoked with pathname as a parameter it acts like - # list but alot faster and over the same tcp session. + # list but a lot faster and over the same tcp session. # def status(pathname = nil) line = pathname ? "STAT #{pathname}" : "STAT" -- cgit v1.2.3