Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jkolb committed Dec 30, 2014
1 parent 43f3e48 commit 2af158d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FieryCrucible/DependencyFactory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public class DependencyFactory {
let key = InstanceKey(lifecycle: lifecyle, name: name)

if lifecyle != .Unshared && contains(instanceStack, key) {
fatalError("Circular dependency from one of \(instanceStack) to \(key) in initailizer")
fatalError("Circular dependency from one of \(instanceStack) to \(key) in initializer")
}

instanceStack.append(key)
Expand Down

0 comments on commit 2af158d

Please sign in to comment.