summaryrefslogtreecommitdiff
path: root/ext/win32ole/lib
diff options
context:
space:
mode:
Diffstat (limited to 'ext/win32ole/lib')
-rw-r--r--ext/win32ole/lib/win32ole.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/lib/win32ole.rb b/ext/win32ole/lib/win32ole.rb
index 30319b55a3..be9d0d4e9b 100644
--- a/ext/win32ole/lib/win32ole.rb
+++ b/ext/win32ole/lib/win32ole.rb
@@ -11,7 +11,7 @@ if defined?(WIN32OLE)
#
# By overriding Object#methods, WIN32OLE might
# work well with did_you_mean gem.
- # This is exprimental.
+ # This is experimental.
#
# require 'win32ole'
# dict = WIN32OLE.new('Scripting.Dictionary')