summaryrefslogtreecommitdiff
path: root/lib/rexml/attlistdecl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/attlistdecl.rb')
-rw-r--r--lib/rexml/attlistdecl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/attlistdecl.rb b/lib/rexml/attlistdecl.rb
index d4b5c38af6..ef4721b5ce 100644
--- a/lib/rexml/attlistdecl.rb
+++ b/lib/rexml/attlistdecl.rb
@@ -44,7 +44,7 @@ module REXML
@pairs.keys.include? key
end
- # Itterate over the key/value pairs:
+ # Iterate over the key/value pairs:
# attlist_decl.each { |attribute_name, attribute_value| ... }
def each(&block)
@pairs.each(&block)