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 ec4e6c3b8d..e2135d9e83 100644
--- a/lib/rexml/attlistdecl.rb
+++ b/lib/rexml/attlistdecl.rb
@@ -23,7 +23,7 @@ module REXML
# Create an AttlistDecl, pulling the information from a Source. Notice
# that this isn't very convenient; to create an AttlistDecl, you basically
# have to format it yourself, and then have the initializer parse it.
- # Sorry, but for the forseeable future, DTD support in REXML is pretty
+ # Sorry, but for the foreseeable future, DTD support in REXML is pretty
# weak on convenience. Have I mentioned how much I hate DTDs?
def initialize(source)
super()