summaryrefslogtreecommitdiff
path: root/test/win32ole/test_propertyputref.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/win32ole/test_propertyputref.rb')
-rw-r--r--test/win32ole/test_propertyputref.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/win32ole/test_propertyputref.rb b/test/win32ole/test_propertyputref.rb
index 14b1a72e3d..4d34025623 100644
--- a/test/win32ole/test_propertyputref.rb
+++ b/test/win32ole/test_propertyputref.rb
@@ -9,7 +9,7 @@ if defined?(WIN32OLE)
def setup
begin
@sapi = WIN32OLE.new('SAPI.SpVoice')
- rescue WIN32OLERuntimeErro
+ rescue WIN32OLERuntimeError
@sapi = nil
end
end