Skip to content

Commit

Permalink
Merge pull request #19 from biow0lf/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
owahab committed Jun 4, 2015
2 parents cf8b410 + 2b0af9d commit 46f8a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paperclip/paperclip_processors/transcoder.rb
Expand Up @@ -48,7 +48,7 @@ def make
dst.binmode

if @meta
log "Transocding supported file #{@file.path}"
log "Transcoding supported file #{@file.path}"
@cli.add_source(@file.path)
@cli.add_destination(dst.path)
@cli.reset_input_filters
Expand Down

0 comments on commit 46f8a9c

Please sign in to comment.