summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-13 08:08:25 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-13 08:08:25 +0000
commit05718f7f2eb5a1b6e148ace7d6e8b5f220fe5e1f (patch)
treeaac70930145d6cdf8907d55ffceedf9747a06cfb /lib
parent66bdd92bba70a5a4958f77141744f69bdf2a4485 (diff)
downloadruby-05718f7f2eb5a1b6e148ace7d6e8b5f220fe5e1f.tar.gz
ruby-05718f7f2eb5a1b6e148ace7d6e8b5f220fe5e1f.tar.xz
ruby-05718f7f2eb5a1b6e148ace7d6e8b5f220fe5e1f.zip
merges r24065 from trunk into ruby_1_9_1.
-- * lib/pstore.rb (PStore#on_windows): fixed typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/pstore.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pstore.rb b/lib/pstore.rb
index fdc518eae..947dc1d51 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