Skip to content

Commit

Permalink
Compatability => Compatibility :+1+
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Jun 24, 2011
1 parent 26ef20e commit 35988db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/paperclip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
require 'paperclip/style'
require 'paperclip/attachment'
require 'paperclip/storage'
require 'paperclip/callback_compatability'
require 'paperclip/callback_compatibility'
require 'paperclip/railtie'
require 'cocaine'

Expand Down Expand Up @@ -244,7 +244,7 @@ module ClassMethods
# }
# NOTE: While not deprecated yet, it is not recommended to specify options this way.
# It is recommended that :convert_options option be included in the hash passed to each
# :styles for compatability with future versions.
# :styles for compatibility with future versions.
# NOTE: Strings supplied to :convert_options are split on space in order to undergo
# shell quoting for safety. If your options require a space, please pre-split them
# and pass an array to :convert_options instead.
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions lib/paperclip/interpolations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ module Paperclip
module Interpolations
extend self

# Hash assignment of interpolations. Included only for compatability,
# Hash assignment of interpolations. Included only for compatibility,
# and is not intended for normal use.
def self.[]= name, block
define_method(name, &block)
end

# Hash access of interpolations. Included only for compatability,
# Hash access of interpolations. Included only for compatibility,
# and is not intended for normal use.
def self.[] name
method(name)
Expand Down

0 comments on commit 35988db

Please sign in to comment.