summaryrefslogtreecommitdiff
path: root/lib/ftools.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ftools.rb')
-rw-r--r--lib/ftools.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ftools.rb b/lib/ftools.rb
index 0a2687f60c..0441020b05 100644
--- a/lib/ftools.rb
+++ b/lib/ftools.rb
@@ -193,7 +193,7 @@ class << File
# * /usr/lib/ruby
#
# You can pass several directories, each as a parameter. If the last
- # parameter isn't a String, verbose mode wil be enabled.
+ # parameter isn't a String, verbose mode will be enabled.
#
def makedirs(*dirs)
verbose = if dirs[-1].is_a? String then false else dirs.pop end