Skip to content

Commit

Permalink
fixed spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotz committed Sep 24, 2012
1 parent f0dde3c commit c7f0898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oriDomi.coffee
Expand Up @@ -839,7 +839,7 @@ class OriDomi
else if typeof anchor is 'function'
callback = anchor

# `foldUp` uses irregular arguments, so we manually construct the arugments array.
# `foldUp` uses irregular arguments, so we manually construct the arguments array.
normalized = @_normalizeArgs 'foldUp', [0, anchor, {}]
return unless normalized
anchor = normalized[1]
Expand Down

0 comments on commit c7f0898

Please sign in to comment.