diff options
| author | Casey Dahlin <cdahlin@redhat.com> | 2008-12-15 12:27:56 -0500 |
|---|---|---|
| committer | Casey Dahlin <cdahlin@redhat.com> | 2008-12-15 12:27:56 -0500 |
| commit | 9319a1e269b5ac534cc9627175504c87f6739696 (patch) | |
| tree | 707b7cb089280d8d6e6978e7ea989cb993c09dd1 | |
| parent | 1866af3a886d3ffff30560eb2ec4ebed1f078cae (diff) | |
Remove typo
| -rw-r--r-- | state.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ class State # Duplicate this class and bring the duplicate up with the given hold attached def fork(hold) - raise Consistency Fault, "Fork of live state" unless @status == :down + raise ConsistencyFault, "Fork of live state" unless @status == :down new_one = self.clone new_one.instance_eval do @holds = Set.new [hold] |
