summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Dahlin <cdahlin@redhat.com>2008-12-15 12:27:56 -0500
committerCasey Dahlin <cdahlin@redhat.com>2008-12-15 12:27:56 -0500
commit9319a1e269b5ac534cc9627175504c87f6739696 (patch)
tree707b7cb089280d8d6e6978e7ea989cb993c09dd1
parent1866af3a886d3ffff30560eb2ec4ebed1f078cae (diff)
Remove typo
-rw-r--r--state.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.rb b/state.rb
index 88291ae..02c1bf3 100644
--- a/state.rb
+++ b/state.rb
@@ -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]