Skip to content

Commit

Permalink
fix typo for classname in SQLlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskite committed Mar 11, 2011
1 parent a8bd201 commit 264dffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/anemone/storage/sqlite3.rb
@@ -1,7 +1,7 @@
begin
require 'sqlite3'
rescue LoadError
puts "You need the sqlite3 gem to use Anemone::Storage::Sqlite"
puts "You need the sqlite3 gem to use Anemone::Storage::SQLite3"
exit
end

Expand Down

0 comments on commit 264dffc

Please sign in to comment.