Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Jul 11, 2011
1 parent 44c3db7 commit 5595f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/feats.coffee
Expand Up @@ -532,7 +532,7 @@ module.exports = Feats =

LostInTheCrowd: new Feat
name: "Lost in the Crowd"
requires: { race: "halfing" }
requires: { race: "halfling" }

# FIXME: taking RitualCaster ought to grant an initial ritual or two
RitualCaster: new Feat
Expand Down
2 changes: 1 addition & 1 deletion test/test_feats.coffee
Expand Up @@ -636,7 +636,7 @@ module.exports =
"[LostInTheCrowd] should be defined":
featDefined "LostInTheCrowd",
name: "Lost in the Crowd"
allows: [ race: "halfing" ]
allows: [ race: "halfling" ]
disallows: [ race: "human" ]

"[RitualCaster] should be defined":
Expand Down

0 comments on commit 5595f44

Please sign in to comment.