Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
typo orignal -> original
Browse files Browse the repository at this point in the history
  • Loading branch information
ph authored and jordansissel committed Apr 9, 2015
1 parent 1b0160a commit 090cf01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/logstash/gemfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ def remove(name)
end

def backup
@orignal_backup = @gemset.copy
@original_backup = @gemset.copy
end

def restore
@gemset = @orignal_backup
@gemset = @original_backup
end

def restore!
Expand Down

0 comments on commit 090cf01

Please sign in to comment.