aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rake/linked_list.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rake/linked_list.rb')
-rw-r--r--lib/rake/linked_list.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rake/linked_list.rb b/lib/rake/linked_list.rb
index 26483703f4..7369e83ac3 100644
--- a/lib/rake/linked_list.rb
+++ b/lib/rake/linked_list.rb
@@ -80,7 +80,7 @@ module Rake
#
# When inheriting from the LinkedList class, you should implement
# a type specific Empty class as well. Make sure you set the class
- # instance variable @parent to the assocated list class (this
+ # instance variable @parent to the associated list class (this
# allows conj, cons and make to work polymorphically).
class EmptyLinkedList < LinkedList
@parent = LinkedList