From aaf53ad5b82483a33753f0ca1589e8fa3003924c Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 13 Jul 2009 00:33:06 +0000 Subject: * lib/pstore.rb (PStore#on_windows): fixed typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/pstore.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/pstore.rb b/lib/pstore.rb index 7b7080338e..0d635c4ac2 100644 --- a/lib/pstore.rb +++ b/lib/pstore.rb @@ -431,7 +431,7 @@ class PStore def on_windows? is_windows = RUBY_PLATFORM =~ /mswin/ || RUBY_PLATFORM =~ /mingw/ || - RUBY_PLATFORM =~ /bbcwin/ || + RUBY_PLATFORM =~ /bccwin/ || RUBY_PLATFORM =~ /wince/ self.class.__send__(:define_method, :on_windows?) do is_windows -- cgit v1.2.3