diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-13 00:33:06 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-13 00:33:06 +0000 |
| commit | 84261f100618f201a41adede19b5a74fa3eace49 (patch) | |
| tree | d0962c7eaa6cb6e47c12ee7eb3945f096dc6a668 | |
| parent | ab91f35f8f2229085b20a7cfa081f8b85453b718 (diff) | |
| download | ruby-84261f100618f201a41adede19b5a74fa3eace49.tar.gz ruby-84261f100618f201a41adede19b5a74fa3eace49.tar.xz ruby-84261f100618f201a41adede19b5a74fa3eace49.zip | |
* lib/pstore.rb (PStore#on_windows): fixed typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | lib/pstore.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pstore.rb b/lib/pstore.rb index 7b7080338..0d635c4ac 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 |
