summaryrefslogtreecommitdiff
path: root/lib/rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rake')
-rw-r--r--lib/rake/name_space.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rake/name_space.rb b/lib/rake/name_space.rb
index e1cc0940b8..e4349e8a3d 100644
--- a/lib/rake/name_space.rb
+++ b/lib/rake/name_space.rb
@@ -1,6 +1,6 @@
module Rake
- # The NameSpace class will lookup task names in the the scope
+ # The NameSpace class will lookup task names in the scope
# defined by a +namespace+ command.
#
class NameSpace